IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 30, 2009, 10:00:05 AM (17 years ago)
Author:
Paul Price
Message:

Fixing syntax errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/ppImage/src/ppImagePhotom.c

    r23580 r23597  
    3939                // This is likely a data quality issue
    4040                // XXX Split into multiple cases using error codes?
    41                 psErrorStackPrint("Unable to perform photometry on image");
     41                psErrorStackPrint(stderr, "Unable to perform photometry on image");
    4242                psWarning("Unable to perform photometry on image --- suspect bad data quality.");
    4343                if (stats && psMetadataLookupS32(NULL, stats, "QUALITY") == 0) {
Note: See TracChangeset for help on using the changeset viewer.