Changeset 675a2bb in mainline for uspace/srv/fs/fat/fat_ops.c


Ignore:
Timestamp:
2013-07-22T22:15:23Z (11 years ago)
Author:
Manuele Conti <conti.ma@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5cd6c84
Parents:
0d110908
Message:

Fix typo into free count fat operation.

File:
1 edited

Legend:

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

    r0d110908 r675a2bb  
    878878       
    879879        for (fat_no = 0; fat_no < fat_tot; fat_no++) {
    880                 rc = fat_get_cluster(bs, service_id, FAT1, e0, &e0);
     880                rc = fat_get_cluster(bs, service_id, FAT1, fat_no, &e0);
    881881                if (rc != EOK)
    882882                        return EIO;
Note: See TracChangeset for help on using the changeset viewer.