IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 16, 2006, 10:58:49 PM (20 years ago)
Author:
eugene
Message:

major updates to use gprint for buffered / threaded printing

File:
1 edited

Legend:

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

    r3922 r7917  
    5959    /* find vector element */
    6060    if (I >= vec[0].Nelements) {
    61       fprintf (stderr, "vector subscript out of range\n");
     61      gprint (GP_ERR, "vector subscript out of range\n");
    6262      goto escape;
    6363    }
Note: See TracChangeset for help on using the changeset viewer.