Changeset b9060a83 in mainline for uspace/app/filegen/filegen.c


Ignore:
Timestamp:
2011-06-12T09:45:17Z (14 years ago)
Author:
Oleg Romanenko <romanenko.oleg@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
17fa0280
Parents:
010b52d8
Message:

Fix bug in fat_get_cluster_fat12 and fat_set_cluster_fat12:
offset should not be larger than size of sector

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/filegen/filegen.c

    r010b52d8 rb9060a83  
    7373        close(fd);
    7474        crc = ~crc;
    75         printf("%s: %x\n", argv[1], crc);
     75        printf("%s : %x\n", argv[1], crc);
    7676
    7777        return 0;
Note: See TracChangeset for help on using the changeset viewer.