Changeset fdc05ca in mainline
- Timestamp:
- 2011-04-30T13:27:29Z (12 years ago)
- Branches:
- lfn, master, serial
- Children:
- 40949d5
- Parents:
- 44c6091f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/minixfs/mfs_inode.c
r44c6091f rfdc05ca 156 156 goto out_err; 157 157 158 memcpy(ino, ((uint8_t *)b->data)+ ino_off * ino_size, ino_size);158 memcpy(ino, b->data + ino_off * ino_size, ino_size); 159 159 160 160 ino_i->i_mode = conv16(sbi->native, ino->i_mode);
Note: See TracChangeset
for help on using the changeset viewer.