IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8830


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

Minus sign in the wrong place.

File:
1 edited

Legend:

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

    r8819 r8830  
    1010*  @author Eric Van Alst, MHPCC
    1111*
    12 *  @version $Revision: 1.86 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2006-09-16 01:07:38 $
     12*  @version $Revision: 1.87 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2006-09-19 00:43:51 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    13721372        break;
    13731373    case PS_DATA_STRING:
    1374         psStringAppend(&content, "%-15s  %-8s  -%15s",
     1374        psStringAppend(&content, "%-15s  %-8s  %-15s",
    13751375                       item->name, "STR", item->data.str);
    13761376        if (item->comment && strncmp(item->comment,"",2)) {
Note: See TracChangeset for help on using the changeset viewer.