Changeset 57e76cb in mainline
- Timestamp:
- 2008-11-30T11:36:51Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 323a5aaf
- Parents:
- 8d2760f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat_fat.c
r8d2760f r57e76cb 410 410 (uint16_t) -1) == 0) { 411 411 /* No clusters allocated to the node yet. */ 412 nodep->firstc = host2uint16_t_le(mcl);412 nodep->firstc = mcl; 413 413 nodep->dirty = true; /* need to sync node */ 414 414 return;
Note:
See TracChangeset
for help on using the changeset viewer.