Changeset 24028
- Timestamp:
- Apr 30, 2009, 2:28:42 PM (17 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
r23530 r24028 306 306 status = vfprintf (stream[0].file, format, argp); 307 307 if (status < 0) { 308 abort();308 return (FALSE); 309 309 } 310 310 } else {
Note:
See TracChangeset
for help on using the changeset viewer.
