Changeset e272949 in mainline for uspace/app/ext2info
- Timestamp:
- 2011-02-13T20:27:30Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 566c401
- Parents:
- 36bca8eb
- File:
-
- 1 edited
-
uspace/app/ext2info/ext2info.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/ext2info/ext2info.c
r36bca8eb re272949 92 92 } 93 93 94 rc = ext2_superblock_read_direct( &superblock, handle);94 rc = ext2_superblock_read_direct(handle, &superblock); 95 95 if (rc != EOK) { 96 96 printf(NAME ": Error reading superblock.\n");
Note:
See TracChangeset
for help on using the changeset viewer.
