Changeset 12435
- Timestamp:
- Mar 13, 2007, 4:37:34 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/types/psMetadataConfig.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/types/psMetadataConfig.c
r12289 r12435 10 10 * @author Eric Van Alst, MHPCC 11 11 * 12 * @version $Revision: 1.1 29$ $Name: not supported by cvs2svn $13 * @date $Date: 2007-03- 07 02:50:15$12 * @version $Revision: 1.130 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2007-03-14 02:37:34 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 1441 1441 psError(PS_ERR_BAD_PARAMETER_VALUE, true, 1442 1442 _("Specified psDataType, %d, is not supported."), PS_DATA_UNKNOWN); 1443 psTrace("psLib.types", 5, "failed to find key %s\n", (char *) keys->data[i]); 1443 1444 psFree(keys); 1444 1445 psFree(format); … … 1448 1449 if (!str) { 1449 1450 psError(PS_ERR_UNKNOWN, false, "failed to format psMetadataItem"); 1451 psTrace("psLib.types", 5, "failed to format %s\n", (char *) keys->data[i]); 1450 1452 psFree(keys); 1451 1453 psFree(format);
Note:
See TracChangeset
for help on using the changeset viewer.
