Ticket #2278: mc-copy_chmod.diff

File mc-copy_chmod.diff, 653 bytes (added by eshkrig, 13 years ago)
  • src/filemanager/file.c

    diff -Naur mc-4.7.5.2.orig/src/filemanager/file.c mc-4.7.5.2/src/filemanager/file.c
    old new  
    15801580                    } 
    15811581                } 
    15821582            } 
    1583             else 
     1583/*            else 
    15841584            { 
    15851585                src_mode = umask (-1); 
    15861586                umask (src_mode); 
    15871587                src_mode = 0100666 & ~src_mode; 
    15881588                mc_chmod (dst_path, (src_mode & ctx->umask_kill)); 
    1589             } 
     1589            }*/ 
    15901590            mc_utime (dst_path, &utb); 
    15911591        } 
    15921592    }