Changeset 132ab5d1 in mainline for uspace/app/blkdump/blkdump.c
- Timestamp:
- 2018-01-30T03:20:45Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5a6cc679
- Parents:
- 8bfb163 (diff), 6a5d05b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
uspace/app/blkdump/blkdump.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/blkdump/blkdump.c
r8bfb163 r132ab5d1 161 161 printf("Device %s has %" PRIuOFF64 " blocks, %" PRIuOFF64 " bytes each\n", dev_path, dev_nblocks, (aoff64_t) block_size); 162 162 163 int ret; 163 164 if (toc) 164 r c= print_toc();165 ret = print_toc(); 165 166 else 166 r c= print_blocks(block_offset, block_count, block_size);167 ret = print_blocks(block_offset, block_count, block_size); 167 168 168 169 block_fini(service_id); 169 170 170 return r c;171 return ret; 171 172 } 172 173
Note:
See TracChangeset
for help on using the changeset viewer.
