IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8831


Ignore:
Timestamp:
Sep 18, 2006, 2:45:28 PM (20 years ago)
Author:
Paul Price
Message:

Same again.

File:
1 edited

Legend:

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

    r8830 r8831  
    1010*  @author Eric Van Alst, MHPCC
    1111*
    12 *  @version $Revision: 1.87 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2006-09-19 00:43:51 $
     12*  @version $Revision: 1.88 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2006-09-19 00:45:28 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    13341334        break;
    13351335    case PS_DATA_BOOL:
    1336         psStringAppend (&content, "%-15s  %-8s  -%15s",
     1336        psStringAppend (&content, "%-15s  %-8s  %-15s",
    13371337                        item->name, "BOOL", item->data.B ? "T" : "F");
    13381338        if (item->comment && strncmp(item->comment, "", 2)) {
Note: See TracChangeset for help on using the changeset viewer.