IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

Shortening string so it can fit in a FITS header.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.