Changeset 9635
- Timestamp:
- Oct 18, 2006, 10:16:58 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/types/psMetadata.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/types/psMetadata.c
r9624 r9635 12 12 * @author Ross Harman, MHPCC 13 13 * 14 * @version $Revision: 1.14 1$ $Name: not supported by cvs2svn $15 * @date $Date: 2006-10-18 15:27:49$14 * @version $Revision: 1.142 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2006-10-18 20:16:58 $ 16 16 * 17 17 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 1387 1387 default: 1388 1388 // fprintf(fd, "\n"); 1389 psError(PS_ERR_IO, false, "Non-printable metadata type: %x\n", item->type); 1389 psError(PS_ERR_IO, false, "Non-printable metadata type for \"%s\": %x\n", 1390 item->name, item->type); 1390 1391 noErrors = false; 1391 1392 break;
Note:
See TracChangeset
for help on using the changeset viewer.
