Changeset bbe7848 in mainline for uspace/lib/block/libblock.c
- Timestamp:
- 2010-11-26T14:19:00Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b12d3cc
- Parents:
- 03171de (diff), ffdd2b9 (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
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/block/libblock.c
r03171de rbbe7848 816 816 UPPER32(ba), cnt); 817 817 if (rc != EOK) { 818 printf("Error %d reading % dblocks starting at block %" PRIuOFF64819 " from device handle % d\n", rc, cnt, ba,818 printf("Error %d reading %zu blocks starting at block %" PRIuOFF64 819 " from device handle %" PRIun "\n", rc, cnt, ba, 820 820 devcon->devmap_handle); 821 821 #ifndef NDEBUG … … 843 843 UPPER32(ba), cnt); 844 844 if (rc != EOK) { 845 printf("Error %d writing % dblocks starting at block %" PRIuOFF64846 " to device handle % d\n", rc, cnt, ba, devcon->devmap_handle);845 printf("Error %d writing %zu blocks starting at block %" PRIuOFF64 846 " to device handle %" PRIun "\n", rc, cnt, ba, devcon->devmap_handle); 847 847 #ifndef NDEBUG 848 848 stacktrace_print();
Note:
See TracChangeset
for help on using the changeset viewer.