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/catdir.c

    r7680 r7917  
    1313
    1414  if (argc != 2) {
    15     fprintf (stderr, "USAGE: catdir (name)\n");
    16     fprintf (stderr, "       (name) may be a path or 'default'\n");
     15    gprint (GP_ERR, "USAGE: catdir (name)\n");
     16    gprint (GP_ERR, "       (name) may be a path or 'default'\n");
    1717    current = GetCATDIR ();
    1818    if (current == NULL) {
    19       fprintf (stderr, "catdir not defined\n");
     19      gprint (GP_ERR, "catdir not defined\n");
    2020    } else {
    21       fprintf (stderr, "current: %s\n", current);
     21      gprint (GP_ERR, "current: %s\n", current);
    2222    }
    2323    return (FALSE);
     
    3131
    3232  if (!status) {
    33     fprintf (stderr, "invalid / undefined CATDIR\n");
     33    gprint (GP_ERR, "invalid / undefined CATDIR\n");
    3434    return (FALSE);
    3535  }
Note: See TracChangeset for help on using the changeset viewer.