IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10584


Ignore:
Timestamp:
Dec 8, 2006, 2:24:55 PM (20 years ago)
Author:
Paul Price
Message:

Removing new line in version --- FITS headers can't have a newline.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotVersion.c

    r10492 r10584  
    11#include "psphot.h"
    22
    3 # if (HAVE_KAPA) 
     3# if (HAVE_KAPA)
    44# include <kapa.h>
    55# endif
     
    2020    psStringAppend(&version, " (cvs tag %s) %s, %s", tag, __DATE__, __TIME__);
    2121
    22 # if (HAVE_KAPA) 
     22# if (HAVE_KAPA)
    2323    psString ohanaVersion = psStringStripCVS (ohana_version(), "Name");
    2424    psString libdvoVersion = psStringStripCVS (libdvo_version(), "Name");
    2525
    26     psStringAppend (&version, " with libkapa (ohana %s, libdvo: %s)\n", ohanaVersion, libdvoVersion);
     26    psStringAppend (&version, " with libkapa (ohana %s, libdvo: %s)", ohanaVersion, libdvoVersion);
    2727    psFree (ohanaVersion);
    2828    psFree (libdvoVersion);
    29 # else 
    30     psStringAppend (&version, " WITHOUT libkapa\n");
     29# else
     30    psStringAppend (&version, " WITHOUT libkapa");
    3131# endif
    3232
Note: See TracChangeset for help on using the changeset viewer.