Changeset 1430 for trunk/psLib/src/astronomy/psMetadata.c
- Timestamp:
- Aug 9, 2004, 1:03:33 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astronomy/psMetadata.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astronomy/psMetadata.c
r1429 r1430 12 12 * @author Ross Harman, MHPCC 13 13 * 14 * @version $Revision: 1.1 7$ $Name: not supported by cvs2svn $15 * @date $Date: 2004-08-09 23:0 2:43 $14 * @version $Revision: 1.18 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2004-08-09 23:03:33 $ 16 16 * 17 17 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 443 443 entry = (psMetadataItem *) psHashLookup(mdTable, key); 444 444 if (entry == NULL) { 445 psError(__func__, "Could not find metadata item with givenkey. Key: %s", key);445 psError(__func__, "Could not find metadata item with key. Key: %s", key); 446 446 return NULL; 447 447 }
Note:
See TracChangeset
for help on using the changeset viewer.
