Changeset 83b4cf53 in mainline
- Timestamp:
- 2010-02-09T21:03:51Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 16fc3c9
- Parents:
- 5bda2f96
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/file_bd/file_bd.c
r5bda2f96 r83b4cf53 249 249 if (ba + cnt > num_blocks) { 250 250 printf(NAME ": Accessed blocks %" PRIuBN "-%" PRIuBN ", while " 251 "max block num eber is %" PRIuBN ".\n", ba, ba + cnt - 1,251 "max block number is %" PRIuBN ".\n", ba, ba + cnt - 1, 252 252 num_blocks - 1); 253 253 return ELIMIT;
Note:
See TracChangeset
for help on using the changeset viewer.