Ticket #2254: filegui.c.diff

File filegui.c.diff, 626 bytes (added by igor_b, 14 years ago)

patch for normalize work dialog copy files to part mount with sshfs

  • filegui.c

    old new  
    100100typedef enum { 
    101101    MSDOS_SUPER_MAGIC     = 0x4d44, 
    102102    NTFS_SB_MAGIC         = 0x5346544e, 
    103     NTFS_3G_MAGIC         = 0x65735546, 
     103//    FUSE_MAGIC            = 0x65735546, 
    104104    PROC_SUPER_MAGIC      = 0x9fa0, 
    105105    SMB_SUPER_MAGIC       = 0x517B, 
    106106    NCP_SUPER_MAGIC       = 0x564c, 
     
    181181    { 
    182182    case MSDOS_SUPER_MAGIC: 
    183183    case NTFS_SB_MAGIC: 
    184     case NTFS_3G_MAGIC: 
     184//    case FUSE_MAGIC: 
    185185    case PROC_SUPER_MAGIC: 
    186186    case SMB_SUPER_MAGIC: 
    187187    case NCP_SUPER_MAGIC: