<div dir="ltr"><div><div><div>I ran into problem with documentation.<br><br><a href="http://ecls.sourceforge.net/new-manual/re41.html">http://ecls.sourceforge.net/new-manual/re41.html</a> <br></div>this page specifies that ecl_make_simple_base_string will copy the data supplied to it.<br>
However, if this code is executed:<br><br>cl_object ret = ecl_make_simple_base_string(data, -1);<br>free(data);<br>return ret;<br><br></div>the resulting cl base string will be garbled. <br></div>the cl_object.base_string.self.bc and b8 points to the same pointer as data was.<br clear="all">
<div><div><div><div><div><br>-- <br>Bc. Peter Vaņu¹anik<br><a href="http://www.bishojo.tk" target="_blank">http://www.bishojo.tk</a><br>
</div></div></div></div></div></div>