I ran into problem with documentation.
http://ecls.sourceforge.net/new-manual/re41.html
this page specifies that ecl_make_simple_base_string will copy the data
supplied to it.
However, if this code is executed:
cl_object ret = ecl_make_simple_base_string(data, -1);
free(data);
return ret;
the resulting cl base string will be garbled.
the cl_object.base_string.self.bc and b8 points to the same pointer as data
was.
--
Bc. Peter Vaňušanik
http://www.bishojo.tk
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list