Changeset 27255 for trunk/Ohana/src/opihi/lib.shell/gprint.c
- Timestamp:
- Mar 11, 2010, 12:45:59 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.shell/gprint.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/gprint.c
r24028 r27255 305 305 if (stream[0].mode == GP_FILE) { 306 306 status = vfprintf (stream[0].file, format, argp); 307 fflush (stream[0].file); 307 308 if (status < 0) { 308 309 return (FALSE); … … 325 326 if (stream[0].mode == GP_FILE) { 326 327 fwrite (buffer, size, N, stream[0].file); 328 fflush (stream[0].file); 327 329 } else { 328 330 // XXX can we not use exising IOBuffer APIs here?
Note:
See TracChangeset
for help on using the changeset viewer.
