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/nomstring.c

    r241 r283  
    4747#include <string.h>
    4848#include <glib.h>
    49 
     49#include "nomfoundation.h"
    5050#include "nomstring.ih"
    5151
     
    120120  NOMStringData* nomThis=NOMStringGetData(nomSelf);
    121121
     122  //g_message("In %s %d %s", __FUNCTION__, _gString->len, _gString->str );
     123
    122124  return _gString->len;
    123125}
Note: See TracChangeset for help on using the changeset viewer.