IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23587


Ignore:
Timestamp:
Mar 29, 2009, 1:48:56 PM (17 years ago)
Author:
eugene
Message:

minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/concepts/pmConceptsWrite.c

    r23428 r23587  
    6262        while ((cItem = psListGetAndIncrement(cIter))) {
    6363            if (cItem->type != PS_DATA_STRING) {
    64                 psWarning("psMetadataItem from list is of type %x instead of "
    65                          "%x (PS_DATA_STRING) --- can't interpret.\n", cItem->type, PS_DATA_STRING);
     64                psWarning("psMetadataItem from list is of type %x instead of %x (PS_DATA_STRING) --- can't interpret.\n", cItem->type, PS_DATA_STRING);
    6665                psFree(cIter);
    6766                psFree(sIter);
     
    183182        }
    184183    default:
    185         psWarning("Type of %s is not suitable for a FITS header --- not added.\n",
     184      psWarning("Type of %s is not suitable for a FITS header --- not added.\n",
    186185                 item->name);
    187186        return false;
Note: See TracChangeset for help on using the changeset viewer.