Index: /trunk/ippdb/configure.ac
===================================================================
--- /trunk/ippdb/configure.ac	(revision 10448)
+++ /trunk/ippdb/configure.ac	(revision 10449)
@@ -1,4 +1,4 @@
 dnl
-dnl This file was generated by glueforge 0.34
+dnl This file was generated by glueforge 0.35
 dnl
 dnl Do NOT directly edit this file.
@@ -7,5 +7,5 @@
 AC_PREREQ(2.59)
 
-AC_INIT([ippdb], [0.0.63], [pan-starrs.ifa.hawaii.edu])
+AC_INIT([ippdb], [0.0.64], [pan-starrs.ifa.hawaii.edu])
 AC_CONFIG_SRCDIR([ippdb.pc.in])
 
Index: /trunk/ippdb/src/ippdb.c
===================================================================
--- /trunk/ippdb/src/ippdb.c	(revision 10448)
+++ /trunk/ippdb/src/ippdb.c	(revision 10449)
@@ -20,5 +20,5 @@
 /*
  *
- * This file was generated by glueforge 0.34
+ * This file was generated by glueforge 0.35
  *
  * Do NOT directly edit this file.
@@ -133,5 +133,5 @@
                 if (item->data.str) {
                     psString tmpStr = psStringCopy(item->data.str);
-                    psStringSubstitute(tmpStr, "_", " ");
+                    psStringSubstitute(&tmpStr, "_", " ");
                     psStringAppend(&str, "%s", tmpStr);
                     psFree(tmpStr);
Index: /trunk/ippdb/src/ippdb.h
===================================================================
--- /trunk/ippdb/src/ippdb.h	(revision 10448)
+++ /trunk/ippdb/src/ippdb.h	(revision 10449)
@@ -20,5 +20,5 @@
 /*
  *
- * This file was generated by glueforge 0.34
+ * This file was generated by glueforge 0.35
  *
  * Do NOT directly edit this file.
