IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10291


Ignore:
Timestamp:
Nov 29, 2006, 12:53:57 PM (19 years ago)
Author:
Paul Price
Message:

Shortening string so it can fit in a FITS header.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psConfigure.c

    r10286 r10291  
    1313 *  @author Robert DeSonia, MHPCC
    1414 *
    15  *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
    16  *  @date $Date: 2006-11-29 21:33:09 $
     15 *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
     16 *  @date $Date: 2006-11-29 22:53:48 $
    1717 *
    1818 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    4848    psString tag = psStringStripCVS(cvsTag, "Name"); // CVS tag
    4949
    50     psStringAppend(&version, " (cvs tag %s) compiled %s at %s with"
     50    psStringAppend(&version, " (cvs tag %s), %s, %s with"
    5151                   #ifdef OMIT_PSDB
    5252                   "out"
  • trunk/psModules/src/config/pmVersion.c

    r10289 r10291  
    2222    psString tag = psStringStripCVS(cvsTag, "Name"); // CVS tag
    2323
    24     psStringAppend(&version, " (cvs tag %s) compiled %s at %s with"
    25                    #ifdef OMIT_PSDB
    26                    "out"
    27                    #endif
    28                    " psDB", tag, __DATE__, __TIME__);
     24    psStringAppend(&version, " (cvs tag %s) %s, %s", tag, __DATE__, __TIME__);
    2925
    3026    psFree(tag);
Note: See TracChangeset for help on using the changeset viewer.