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

    r3907 r7917  
    99
    1010  if (argc != 2) {
    11     fprintf (stderr, "USAGE: input <filename>\n");
     11    gprint (GP_ERR, "USAGE: input <filename>\n");
    1212    return (FALSE);
    1313  }
     
    1515  infile = fopen (argv[1], "r");
    1616  if (infile == NULL) {
    17     fprintf (stderr, "no file %s\n", argv[1]);
     17    gprint (GP_ERR, "no file %s\n", argv[1]);
    1818    return (FALSE);
    1919  }
Note: See TracChangeset for help on using the changeset viewer.