IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13902


Ignore:
Timestamp:
Jun 19, 2007, 4:51:18 PM (19 years ago)
Author:
Paul Price
Message:

Return an empty string instead of NULL if there is nothing to format into text. The NULL indicates an error, but nothing to parse is not an error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/types/psMetadataConfig.c

    r13175 r13902  
    1111*  @author Joshua Hoblitt, University of Hawaii 2006-2007
    1212*
    13 *  @version $Revision: 1.135 $ $Name: not supported by cvs2svn $
    14 *  @date $Date: 2007-05-03 01:47:11 $
     13*  @version $Revision: 1.136 $ $Name: not supported by cvs2svn $
     14*  @date $Date: 2007-06-20 02:51:18 $
    1515*
    1616*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    14441444    PS_ASSERT_METADATA_NON_NULL(md, NULL);
    14451445
    1446     psString format = NULL;
     1446    psString format = psStringCopy("");
    14471447
    14481448    psArray *keys = p_psMetadataKeyArray(md);
Note: See TracChangeset for help on using the changeset viewer.