Changeset 4bf6895 in mainline for uspace/srv/fs/fat/fat_fat.c


Ignore:
Timestamp:
2011-08-26T23:06:25Z (13 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7ece4247
Parents:
5d95f02
Message:

Use 32-bit max number of clusters.

File:
1 edited

Legend:

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

    r5d95f02 r4bf6895  
    796796                } else {
    797797                        rc = fat_cluster_walk(bs, service_id, nodep->firstc,
    798                             &lastc, NULL, (uint16_t) -1);
     798                            &lastc, NULL, (uint32_t) -1);
    799799                        if (rc != EOK)
    800800                                return rc;
Note: See TracChangeset for help on using the changeset viewer.