Ignore:
Timestamp:
Mar 31, 2007, 6:15:20 PM (18 years ago)
Author:
cinc
Message:

Fixed unitialized pointer crash. Use new IDL compiler.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/foundation/class_c/nomfilepath.c

    r227 r283  
    9999    return (NOMPath*)NOMPath_appendCString((NOMString*)nomSelf, G_DIR_SEPARATOR_S, ev);
    100100
     101  /* This is not a copy */
     102  chrTemp=NOMPath_queryCString(nomSelf, NULLHANDLE);
    101103  /* Add a separator */
    102104  if(G_DIR_SEPARATOR!=chrTemp[len-1])
     
    184186  PNOMPath nomRetval=(PNOMPath) NOMPath_new(nomSelf, NULLHANDLE);
    185187  gchar *chrTemp;
    186 
     188  g_message("In %s", __FUNCTION__);
    187189  chrTemp=NOMPath_queryCString(nomSelf, NULLHANDLE); /* Not a copy */
    188190
Note: See TracChangeset for help on using the changeset viewer.