[Xfce-bugs] [Bug 16641] [PATCH] Delete files faster

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Mon Apr 6 00:32:23 CEST 2020


https://bugzilla.xfce.org/show_bug.cgi?id=16641

alexxcons <alexxcons at xfce.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alexxcons at xfce.org

--- Comment #2 from alexxcons <alexxcons at xfce.org> ---
42sec vs 4sec here (a SSD)  .. very nice !

+  if ((errsv = errno) == EEXIST)
+    errsv = ENOTEMPTY;
.. so errno is assigned to errsv in the if ? I would ad an extra line for
readibility.
I dont get the comment above that if block .. so nautilus(thunar) expects
G_IO_ERROR_NOT_FOUND ? Why we add ENOTEMPTY than instead ? Possibly comment is
just outdated and can be removed.

Posible duplicate: 15871

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Xfce-bugs mailing list