Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/fat/fat_fat.c

    rae7d03c r2f7d77c6  
    967967                 */
    968968                if (!FAT_IS_FAT12(bs) &&
    969                     ((e0 >> 8) != (FAT_MASK(bs) >> 8) || e1 != FAT_MASK(bs)))
     969                    ((e0 >> 8) != ((fat_cluster_t) FAT_MASK(bs) >> 8) || e1 != FAT_MASK(bs)))
    970970                        return ENOTSUP;
    971971        }
Note: See TracChangeset for help on using the changeset viewer.