IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9799


Ignore:
Timestamp:
Oct 30, 2006, 5:40:01 PM (20 years ago)
Author:
drobbin
Message:

Removed comment output from formatMetadataItem - MULTI. Can't have a comment.

File:
1 edited

Legend:

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

    r9798 r9799  
    1010*  @author Eric Van Alst, MHPCC
    1111*
    12 *  @version $Revision: 1.102 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2006-10-31 00:08:19 $
     12*  @version $Revision: 1.103 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2006-10-31 03:40:01 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    602602                    break;
    603603                }
    604          
     604
    605605                // Add item to template
    606606                if(!psMetadataAddItem(metadataTemplate, tempItem, PS_LIST_TAIL, PS_META_DEFAULT)) {
     
    13831383    switch (item->type) {
    13841384    case PS_DATA_METADATA_MULTI: {
    1385             if (item->comment && strncmp(item->comment, "", 2)) {
    1386                 psStringAppend(&content, "%s MULTI # %s\n", item->name, item->comment);
    1387             } else {
    1388                 psStringAppend(&content, "%s MULTI\n", item->name);
    1389             }
     1385            psStringAppend(&content, "%s MULTI\n", item->name);
    13901386
    13911387            // a MULTI is a list of items so we need to recurse through the
Note: See TracChangeset for help on using the changeset viewer.