IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

VERSION 0.0.64 (glueforge update only)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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);
Note: See TracChangeset for help on using the changeset viewer.