Changeset 353 for trunk/nom/class_c/nomstring.c
- Timestamp:
- Jun 7, 2008, 10:41:05 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nom/class_c/nomstring.c
r346 r353 67 67 { 68 68 NOMStringData* nomThis = NOMStringGetData(nomSelf); 69 69 70 70 g_string_assign(_gString, chrString); /* This copies the input string */ 71 71 return nomSelf;
Note:
See TracChangeset
for help on using the changeset viewer.