Changeset 10664 for trunk/Ohana/src/opihi/lib.shell/gprint.c
- Timestamp:
- Dec 12, 2006, 12:42:48 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.shell/gprint.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/gprint.c
r9039 r10664 198 198 if (stream[0].mode == GP_FILE) { 199 199 // gprint (GP_ERR, "printing to FILE\n"); 200 vfprintf (stream[0].file, format, argp); 200 status = vfprintf (stream[0].file, format, argp); 201 if (status < 0) { 202 abort(); 203 } 201 204 } else { 202 205 // gprint (GP_ERR, "printing to BUFFER\n");
Note:
See TracChangeset
for help on using the changeset viewer.
