IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4113


Ignore:
Timestamp:
Jun 3, 2005, 5:00:39 PM (21 years ago)
Author:
evanalst
Message:

Fix psMetadataParseConfig to not return NULL when parse failure detected.

Location:
trunk/psLib/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/collections/psMetadataIO.c

    r4029 r4113  
    1010*  @author Eric Van Alst, MHPCC
    1111*
    12 *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2005-05-25 20:26:55 $
     12*  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2005-06-04 03:00:39 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    11311131    psFree(line);
    11321132
    1133     // Check if any failed lined detected
    1134     if( (*nFail) != 0) {
    1135         psFree(md);
    1136         md = NULL;
    1137     }
    11381133    return md;
    11391134}
  • trunk/psLib/src/types/psMetadataConfig.c

    r4029 r4113  
    1010*  @author Eric Van Alst, MHPCC
    1111*
    12 *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2005-05-25 20:26:55 $
     12*  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2005-06-04 03:00:39 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    11311131    psFree(line);
    11321132
    1133     // Check if any failed lined detected
    1134     if( (*nFail) != 0) {
    1135         psFree(md);
    1136         md = NULL;
    1137     }
    11381133    return md;
    11391134}
  • trunk/psLib/src/xml/psXML.c

    r4029 r4113  
    1010*  @author Eric Van Alst, MHPCC
    1111*
    12 *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2005-05-25 20:26:55 $
     12*  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2005-06-04 03:00:39 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    11311131    psFree(line);
    11321132
    1133     // Check if any failed lined detected
    1134     if( (*nFail) != 0) {
    1135         psFree(md);
    1136         md = NULL;
    1137     }
    11381133    return md;
    11391134}
Note: See TracChangeset for help on using the changeset viewer.