IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9931


Ignore:
Timestamp:
Nov 9, 2006, 11:41:15 AM (20 years ago)
Author:
jhoblitt
Message:

fix printing of empty METADATA comments

File:
1 edited

Legend:

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

    r9921 r9931  
    1010*  @author Eric Van Alst, MHPCC
    1111*
    12 *  @version $Revision: 1.118 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2006-11-09 04:51:54 $
     12*  @version $Revision: 1.119 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2006-11-09 21:41:15 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    15441544        break;
    15451545    case PS_DATA_METADATA: {
    1546             if (item->comment) {
     1546            if (item->comment && strncmp(item->comment,"",2)) {
    15471547                psStringAppend(&content, "\n%s  METADATA  # %s", item->name, item->comment);
    15481548            } else {
Note: See TracChangeset for help on using the changeset viewer.