Changeset 7d861950 in mainline
- Timestamp:
- 2008-10-31T16:32:48Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2953f9a
- Parents:
- 0d974d8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat_ops.c
r0d974d8 r7d861950 540 540 */ 541 541 if (pos >= nodep->size) { 542 bytes = 0; /* reading beyond the EOF */ 542 /* reading beyond the EOF */ 543 bytes = 0; 543 544 (void) ipc_data_read_finalize(callid, NULL, 0); 544 545 } else {
Note:
See TracChangeset
for help on using the changeset viewer.