Changeset 10442
- Timestamp:
- Dec 4, 2006, 12:12:38 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/glueforge/templates/psdb/printmetadataraw.tt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/glueforge/templates/psdb/printmetadataraw.tt
r10431 r10442 41 41 if (item->data.str) { 42 42 psString tmpStr = psStringCopy(item->data.str); 43 psStringSubstitute( tmpStr, "_", " ");43 psStringSubstitute(&tmpStr, "_", " "); 44 44 psStringAppend(&str, "%s", tmpStr); 45 45 psFree(tmpStr);
Note:
See TracChangeset
for help on using the changeset viewer.
