Changeset 1416 for trunk/psLib/src/collections/psMetadata.c
- Timestamp:
- Aug 9, 2004, 9:31:00 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/psMetadata.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psMetadata.c
r1407 r1416 12 12 * @author Ross Harman, MHPCC 13 13 * 14 * @version $Revision: 1.1 5$ $Name: not supported by cvs2svn $15 * @date $Date: 2004-08-0 7 00:06:06$14 * @version $Revision: 1.16 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2004-08-09 19:30:44 $ 16 16 * 17 17 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 347 347 psMetadataItem *entryChild = NULL; 348 348 349 350 if (md == NULL) { 351 psError(__func__, "Null metadata collection not allowed"); 352 return false; 353 } 354 349 355 mdList = md->list; 350 356 if (mdList == NULL) { … … 364 370 entry = (psMetadataItem *) psHashLookup(mdTable, key); 365 371 if (entry == NULL) { 366 psError(__func__, "Couldn't find metadata item remove. Name: %s", key);372 psError(__func__, "Couldn't find metadata item. Name: %s", key); 367 373 return false; 368 374 } … … 397 403 entry = psListGet(mdList, where); 398 404 if (entry == NULL) { 399 psError(__func__, "Couldn't find metadata item fromlist. Index: %d", where);405 psError(__func__, "Couldn't find metadata item in list. Index: %d", where); 400 406 return false; 401 407 }
Note:
See TracChangeset
for help on using the changeset viewer.
