IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10449


Ignore:
Timestamp:
Dec 4, 2006, 12:34:13 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.64 (glueforge update only)

Location:
trunk/ippdb
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippdb/configure.ac

    r10433 r10449  
    11dnl
    2 dnl This file was generated by glueforge 0.34
     2dnl This file was generated by glueforge 0.35
    33dnl
    44dnl Do NOT directly edit this file.
     
    77AC_PREREQ(2.59)
    88
    9 AC_INIT([ippdb], [0.0.63], [pan-starrs.ifa.hawaii.edu])
     9AC_INIT([ippdb], [0.0.64], [pan-starrs.ifa.hawaii.edu])
    1010AC_CONFIG_SRCDIR([ippdb.pc.in])
    1111
  • trunk/ippdb/src/ippdb.c

    r10433 r10449  
    2020/*
    2121 *
    22  * This file was generated by glueforge 0.34
     22 * This file was generated by glueforge 0.35
    2323 *
    2424 * Do NOT directly edit this file.
     
    133133                if (item->data.str) {
    134134                    psString tmpStr = psStringCopy(item->data.str);
    135                     psStringSubstitute(tmpStr, "_", " ");
     135                    psStringSubstitute(&tmpStr, "_", " ");
    136136                    psStringAppend(&str, "%s", tmpStr);
    137137                    psFree(tmpStr);
  • trunk/ippdb/src/ippdb.h

    r10433 r10449  
    2020/*
    2121 *
    22  * This file was generated by glueforge 0.34
     22 * This file was generated by glueforge 0.35
    2323 *
    2424 * Do NOT directly edit this file.
Note: See TracChangeset for help on using the changeset viewer.