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

    r2598 r7917  
    99  macro = MatchMacro (argv[0], FALSE, TRUE);
    1010  if (macro == NULL) {
    11     fprintf (stderr, "%s: Command not found.\n", argv[0]);
     11    gprint (GP_ERR, "%s: Command not found.\n", argv[0]);
    1212    return (FALSE);
    1313  }
Note: See TracChangeset for help on using the changeset viewer.