Changeset 283 for trunk/foundation/class_c
- Timestamp:
- Mar 31, 2007, 6:15:20 PM (18 years ago)
- Location:
- trunk/foundation/class_c
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/foundation/class_c/nomfilepath.c
r227 r283 99 99 return (NOMPath*)NOMPath_appendCString((NOMString*)nomSelf, G_DIR_SEPARATOR_S, ev); 100 100 101 /* This is not a copy */ 102 chrTemp=NOMPath_queryCString(nomSelf, NULLHANDLE); 101 103 /* Add a separator */ 102 104 if(G_DIR_SEPARATOR!=chrTemp[len-1]) … … 184 186 PNOMPath nomRetval=(PNOMPath) NOMPath_new(nomSelf, NULLHANDLE); 185 187 gchar *chrTemp; 186 188 g_message("In %s", __FUNCTION__); 187 189 chrTemp=NOMPath_queryCString(nomSelf, NULLHANDLE); /* Not a copy */ 188 190 -
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.