Re: Problem with cmods
Christian Toepp <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <[email protected]> |
On 25.03.2014 09:32, Chris Angelico wrote: > I don't know about 7.6, as I build 8.0 from git, but it's probably the > same. Try using push_string(make_shared_string(s)) instead of > push_text(s); that's what I do. Your way looks better, but give both a > try. i tryed push_string too and its the same. strings up to 14 characters work, more characters and i get "free(): invalid next size (fast)". -Chris