Changeset 283 for trunk/foundation/class_c/nomstring.c
- Timestamp:
- Mar 31, 2007, 6:15:20 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/foundation/class_c/nomstring.c
r241 r283 47 47 #include <string.h> 48 48 #include <glib.h> 49 49 #include "nomfoundation.h" 50 50 #include "nomstring.ih" 51 51 … … 120 120 NOMStringData* nomThis=NOMStringGetData(nomSelf); 121 121 122 //g_message("In %s %d %s", __FUNCTION__, _gString->len, _gString->str ); 123 122 124 return _gString->len; 123 125 }
Note:
See TracChangeset
for help on using the changeset viewer.