Changeset 23587
- Timestamp:
- Mar 29, 2009, 1:48:56 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/concepts/pmConceptsWrite.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/pmConceptsWrite.c
r23428 r23587 62 62 while ((cItem = psListGetAndIncrement(cIter))) { 63 63 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); 66 65 psFree(cIter); 67 66 psFree(sIter); … … 183 182 } 184 183 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", 186 185 item->name); 187 186 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
