IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7915


Ignore:
Timestamp:
Jul 14, 2006, 5:29:05 PM (20 years ago)
Author:
jhoblitt
Message:

remove the double newline after the END tag in a METADATA

File:
1 edited

Legend:

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

    r7847 r7915  
    1010*  @author Eric Van Alst, MHPCC
    1111*
    12 *  @version $Revision: 1.64 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2006-07-08 03:17:13 $
     12*  @version $Revision: 1.65 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2006-07-15 03:29:05 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    16581658        }
    16591659        if ( strncmp(item->comment,"",2) ) {
    1660             psStringAppend(&content, "\nEND   #%s\n\n", item->comment);
     1660            psStringAppend(&content, "\nEND   #%s\n", item->comment);
    16611661        } else {
    1662             psStringAppend(&content, "\nEND\n\n");
     1662            psStringAppend(&content, "\nEND\n");
    16631663        }
    16641664        psFree(newStr);
Note: See TracChangeset for help on using the changeset viewer.