IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 24, 2009, 4:06:23 PM (17 years ago)
Author:
Paul Price
Message:

Didn't convert arguments when changing psWarning to psError.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/fits/psFitsHeader.c

    r22431 r22432  
    666666                break;
    667667              default:  // all other META types are ignored
    668                 psError("Unable to write metadata item %s of type %x to FITS header\n",
     668                psError(PS_ERR_IO, true,
     669                        "Unable to write metadata item %s of type %x to FITS header",
    669670                        item->name, item->type);
    670671                return false;
Note: See TracChangeset for help on using the changeset viewer.