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/cmd.basic/file.c

    r2598 r7917  
    99
    1010  if (argc < 2) {
    11     fprintf (stderr, "USAGE: file (filename) [var]\n");
     11    gprint (GP_ERR, "USAGE: file (filename) [var]\n");
    1212    return (FALSE);
    1313  }
     
    2323  } else {
    2424
    25     fprintf (stderr, "file %s is ", argv[1]);
    26     if (!vstat) fprintf (stderr, "not ");
    27     fprintf (stderr, "found\n");
     25    gprint (GP_ERR, "file %s is ", argv[1]);
     26    if (!vstat) gprint (GP_ERR, "not ");
     27    gprint (GP_ERR, "found\n");
    2828   
    2929  }
Note: See TracChangeset for help on using the changeset viewer.