Ticket #2906: ticket-2906.patch
File ticket-2906.patch, 323 bytes (added by drookie, 12 years ago) |
---|
-
src/filemanager/filegui.c
old new 243 243 if (!setup_copymove_persistent_attr) 244 244 return FALSE; 245 245 246 if (stat fs (fs_path, &stfs) != 0)246 if (statvfs (fs_path, &stfs) != 0) 247 247 return TRUE; 248 248 249 249 #ifdef __linux__