IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9974


Ignore:
Timestamp:
Nov 14, 2006, 9:37:38 AM (20 years ago)
Author:
Paul Price
Message:

Excess psMetadataAddItem was causing errors ("Duplicate metadata item name is not allowed.").

File:
1 edited

Legend:

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

    r9938 r9974  
    1010*  @author Eric Van Alst, MHPCC
    1111*
    12 *  @version $Revision: 1.122 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2006-11-10 00:16:14 $
     12*  @version $Revision: 1.123 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2006-11-14 19:37:38 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    653653                    break;
    654654                }
    655 
    656                 psMetadataAddItem(md, mdItem, PS_LIST_TAIL, PS_META_DEFAULT);
    657655                psFree(mdItem);
    658656            } else {
Note: See TracChangeset for help on using the changeset viewer.