Changeset 7a819535 in mainline for uspace/srv/fs/fat/fat_directory.c


Ignore:
Timestamp:
2011-06-12T05:29:50Z (13 years ago)
Author:
Oleg Romanenko <romanenko.oleg@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b12edd1
Parents:
52ee8b7a
Message:

Add crc32 calculation to filegen utility.

File:
1 edited

Legend:

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

    r52ee8b7a r7a819535  
    8888                        rc = fat_block_get(&di->b, di->bs, di->nodep, i, BLOCK_FLAGS_NONE);
    8989                        if (rc != EOK) {
    90                                 di->b = NULL:
     90                                di->b = NULL;
    9191                                return rc;
    9292                        }
Note: See TracChangeset for help on using the changeset viewer.