IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 9, 2004, 1:03:33 PM (22 years ago)
Author:
harman
Message:

Minor corrections from testing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astronomy/psMetadata.c

    r1429 r1430  
    1212*  @author Ross Harman, MHPCC
    1313*
    14 *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
    15 *  @date $Date: 2004-08-09 23:02:43 $
     14*  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
     15*  @date $Date: 2004-08-09 23:03:33 $
    1616*
    1717*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    443443    entry = (psMetadataItem *) psHashLookup(mdTable, key);
    444444    if (entry == NULL) {
    445         psError(__func__, "Could not find metadata item with given key. Key: %s", key);
     445        psError(__func__, "Could not find metadata item with key. Key: %s", key);
    446446        return NULL;
    447447    }
Note: See TracChangeset for help on using the changeset viewer.