Search found 1 match
- Sun Oct 02, 2005 21:24
- Forum: Modifications / Integrations / Customisations
- Topic: CEGUI malloc probs on OS X?
- Replies: 3
- Views: 2379
Re: CEGUI malloc probs on OS X?
You may be getting the same crash I was, it's caused by CEGUITinyXMLParser.cpp not null terminating the string before calling TinyXML. I have a quick hack of a patch if you want it, but I makes a copy of the entire XML file just to pass it and I think there's an upper bound to how big a file it will...