Changeset 6aae7a3b in mainline
- Timestamp:
- 2008-09-14T14:57:05Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 211b0c13
- Parents:
- de9c5cb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/cat/cat.c
rde9c5cb r6aae7a3b 122 122 } 123 123 124 /* Debug stuff, newline not added purposefully */125 printf("** %s is a file with the size of %ld bytes\n",126 fname, total);127 printf( "** %d bytes were read in a buffer of %d bytes in %d reads\n",128 count, blen, reads);129 printf("** Read %s\n", count == total ? "Succeeded" : "Failed");130 124 free(buff); 131 125
Note:
See TracChangeset
for help on using the changeset viewer.