Changeset 283 for trunk/foundation/class_c/nomfilepath.c
- Timestamp:
- Mar 31, 2007, 6:15:20 PM (18 years ago)
- File:
-
- 1 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
Note:
See TracChangeset
for help on using the changeset viewer.