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/dvo/get_regions.c

    r7680 r7917  
    1515  f = fopen (filename, "r");
    1616  if (f == NULL) {
    17     fprintf (stderr, "ERROR: can't find GSC region file %s\n", filename);
     17    gprint (GP_ERR, "ERROR: can't find GSC region file %s\n", filename);
    1818    exit (0);
    1919  }
Note: See TracChangeset for help on using the changeset viewer.