Changeset 10449 for trunk/ippdb/src
- Timestamp:
- Dec 4, 2006, 12:34:13 PM (20 years ago)
- Location:
- trunk/ippdb/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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.
