IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 12, 2006, 12:42:48 PM (20 years ago)
Author:
eugene
Message:

test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/lib.shell/gprint.c

    r9039 r10664  
    198198  if (stream[0].mode == GP_FILE) {
    199199    // 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    }
    201204  } else {
    202205    // gprint (GP_ERR, "printing to BUFFER\n");
Note: See TracChangeset for help on using the changeset viewer.