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/dvo/imbox.c

    r7680 r7917  
    1313
    1414  if (argc != 2) {
    15     fprintf (stderr, "USAGE: imbox (filename)\n");
     15    gprint (GP_ERR, "USAGE: imbox (filename)\n");
    1616    return (FALSE);
    1717  }
     
    1919
    2020  if (!gfits_read_header (argv[1], &header)) {
    21     fprintf (stderr, "file not found\n");
     21    gprint (GP_ERR, "file not found\n");
    2222    return (FALSE);
    2323  }
     
    4141    }
    4242    if (!GetCoords (&coords, &header)) {
    43       fprintf (stderr, "can't get WCS info from header\n");
     43      gprint (GP_ERR, "can't get WCS info from header\n");
    4444      return (TRUE);
    4545    }
Note: See TracChangeset for help on using the changeset viewer.