https://bugzilla.xfce.org/show_bug.cgi?id=16641
alexxcons <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from alexxcons <[email protected]> --- 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. _______________________________________________ Xfce-bugs mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce-bugs
