Changeset 6fc5262 in mainline
- Timestamp:
- 2011-04-16T11:55:19Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e700970
- Parents:
- 488f7ed
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/minixfs/mfs_ops.c
r488f7ed r6fc5262 673 673 goto out_error; 674 674 } 675 memset(buf, 0, sizeof(sbi->block_size)); 675 676 async_data_read_finalize(callid, 676 677 buf + pos % sbi->block_size, bytes);
Note:
See TracChangeset
for help on using the changeset viewer.