Ticket #2906: ticket-2906.patch

File ticket-2906.patch, 323 bytes (added by drookie, 12 years ago)
  • src/filemanager/filegui.c

    old new  
    243243    if (!setup_copymove_persistent_attr) 
    244244        return FALSE; 
    245245 
    246     if (statfs (fs_path, &stfs) != 0) 
     246    if (statvfs (fs_path, &stfs) != 0) 
    247247        return TRUE; 
    248248 
    249249#ifdef __linux__