Changeset 1c87d79 in mainline
- Timestamp:
- 2008-08-24T07:18:58Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 814c4f5
- Parents:
- ab5a45e0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/cat/cat.c
rab5a45e0 r1c87d79 95 95 total = lseek(fd, 0, SEEK_END); 96 96 lseek(fd, 0, SEEK_SET); 97 97 98 if (NULL == (buff = (char *) malloc(blen + 1))) { 98 99 close(fd); … … 172 173 } 173 174 174 i = optind;175 176 175 if (buffer <= 0) 177 176 buffer = CAT_DEFAULT_BUFLEN;
Note:
See TracChangeset
for help on using the changeset viewer.