IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9756 for trunk/psLib


Ignore:
Timestamp:
Oct 26, 2006, 3:15:44 PM (20 years ago)
Author:
jhoblitt
Message:

fix NULL psTime format

File:
1 edited

Legend:

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

    r9755 r9756  
    1010*  @author Eric Van Alst, MHPCC
    1111*
    12 *  @version $Revision: 1.99 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2006-10-27 01:10:25 $
     12*  @version $Revision: 1.100 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2006-10-27 01:15:44 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    14481448        } else {
    14491449            // psTime is a NULL pointer
    1450             psStringAppend(&content, "%-15s", "NULL");
     1450            psStringAppend(&content, "%-8s  %-15s", "TAI", "NULL");
    14511451        }
    14521452
Note: See TracChangeset for help on using the changeset viewer.