IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13822


Ignore:
Timestamp:
Jun 13, 2007, 5:12:28 PM (19 years ago)
Author:
eugene
Message:

no valid image data is not a serious error...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/addstar/src/gstars.c

    r13144 r13822  
    9999   
    100100    if (N == 0) {
    101       fprintf (stderr, "ERROR: no valid image data in %s, giving up\n", filename);
    102       exit (1);
     101      // XXX how do we track this error?
     102      fprintf (stderr, "no valid image data in %s, giving up\n", filename);
     103      exit (0);
    103104    }
    104105
Note: See TracChangeset for help on using the changeset viewer.