Changeset 2a5af223 in mainline
- Timestamp:
- 2009-12-05T16:46:56Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f1b37d6
- Parents:
- 51ea01e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/generic/io/io.c
r51ea01e r2a5af223 480 480 481 481 if (chr_encode(c, buf, &sz, STR_BOUNDS(1)) == EOK) { 482 size_t wr = fwrite(buf, sz, 1, stream);482 size_t wr = fwrite(buf, 1, sz, stream); 483 483 484 484 if (wr < sz)
Note:
See TracChangeset
for help on using the changeset viewer.