Index: trunk/ippdb/src/ippdb.c
===================================================================
--- trunk/ippdb/src/ippdb.c	(revision 10433)
+++ 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);
