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

    r2598 r7917  
    77
    88  if ((argc != 4) && (argc != 5)) {
    9     fprintf (stderr, "USAGE: substr (string) N1 N2 [var]\n");
     9    gprint (GP_ERR, "USAGE: substr (string) N1 N2 [var]\n");
    1010    return (FALSE);
    1111  }
     
    3030    set_str_variable (argv[4], string);
    3131  } else {
    32     fprintf (stderr, "%s\n", string);
     32    gprint (GP_ERR, "%s\n", string);
    3333  }
    3434  free (string);
Note: See TracChangeset for help on using the changeset viewer.