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/mana/opihi.c

    r2598 r7917  
    1010
    1111void welcome () {
    12   fprintf (stderr, "\n");
    13   fprintf (stderr, "Welcome to %s - %s\n\n", opihi_name, opihi_description);
     12  gprint (GP_ERR, "\n");
     13  gprint (GP_ERR, "Welcome to %s - %s\n\n", opihi_name, opihi_description);
    1414}
    1515
     
    5555  f = fopen (opihi_history, "a");
    5656  if (f == NULL) /* no current history file here */
    57     fprintf (stderr, "can't save history.\n");
     57    gprint (GP_ERR, "can't save history.\n");
    5858  else
    5959    fclose (f);
Note: See TracChangeset for help on using the changeset viewer.