Changeset 10449
- Timestamp:
- Dec 4, 2006, 12:34:13 PM (20 years ago)
- Location:
- trunk/ippdb
- Files:
-
- 3 edited
-
configure.ac (modified) (2 diffs)
-
src/ippdb.c (modified) (2 diffs)
-
src/ippdb.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/configure.ac
r10433 r10449 1 1 dnl 2 dnl This file was generated by glueforge 0.3 42 dnl This file was generated by glueforge 0.35 3 3 dnl 4 4 dnl Do NOT directly edit this file. … … 7 7 AC_PREREQ(2.59) 8 8 9 AC_INIT([ippdb], [0.0.6 3], [pan-starrs.ifa.hawaii.edu])9 AC_INIT([ippdb], [0.0.64], [pan-starrs.ifa.hawaii.edu]) 10 10 AC_CONFIG_SRCDIR([ippdb.pc.in]) 11 11 -
trunk/ippdb/src/ippdb.c
r10433 r10449 20 20 /* 21 21 * 22 * This file was generated by glueforge 0.3 422 * This file was generated by glueforge 0.35 23 23 * 24 24 * Do NOT directly edit this file. … … 133 133 if (item->data.str) { 134 134 psString tmpStr = psStringCopy(item->data.str); 135 psStringSubstitute( tmpStr, "_", " ");135 psStringSubstitute(&tmpStr, "_", " "); 136 136 psStringAppend(&str, "%s", tmpStr); 137 137 psFree(tmpStr); -
trunk/ippdb/src/ippdb.h
r10433 r10449 20 20 /* 21 21 * 22 * This file was generated by glueforge 0.3 422 * This file was generated by glueforge 0.35 23 23 * 24 24 * Do NOT directly edit this file.
Note:
See TracChangeset
for help on using the changeset viewer.
