IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7031


Ignore:
Timestamp:
May 1, 2006, 3:48:56 PM (20 years ago)
Author:
Paul Price
Message:

Removing assertion on NULL string --- psMetadataAddStr needs to handle NULL, not ignore it.

File:
1 edited

Legend:

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

    r6938 r7031  
    1212 *  @author Ross Harman, MHPCC
    1313 *
    14  *  @version $Revision: 1.104 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2006-04-21 20:47:39 $
     14 *  @version $Revision: 1.105 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2006-05-02 01:48:56 $
    1616 *
    1717 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    635635    PS_ASSERT_PTR_NON_NULL(md,false);
    636636    PS_ASSERT_PTR_NON_NULL(md->list,false);
    637     PS_ASSERT_PTR_NON_NULL(value,false);
     637
    638638    return (psMetadataAdd(md, location, name, format | PS_DATA_STRING, comment, value) );
    639 
    640639}
    641640
Note: See TracChangeset for help on using the changeset viewer.