IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 7, 2006, 4:33:23 PM (20 years ago)
Author:
jhoblitt
Message:

rename psMetadataConfigParse() -> psMetadataConfigRead()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/config/pmConfig.c

    r8669 r8776  
    33 *  @author PAP, IfA
    44 *
    5  *  @version $Revision: 1.41 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-08-29 21:39:44 $
     5 *  @version $Revision: 1.42 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2006-09-08 02:20:17 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    140140
    141141found:
    142     *config = psMetadataConfigParse(NULL, &numBadLines, realName, true);
     142    *config = psMetadataConfigRead(NULL, &numBadLines, realName, true);
    143143    if (numBadLines > 0) {
    144144        psError(PS_ERR_IO, false, "%d bad lines in %s configuration file (%s)",
Note: See TracChangeset for help on using the changeset viewer.