solve invalid pointer, fixes #1793

This commit is contained in:
Juan Linietsky 2015-05-04 00:55:21 -03:00
parent 4b6225586c
commit 9b01f5954a

View file

@ -309,6 +309,7 @@ Error ResourceInteractiveLoaderXML::_parse_array_element(Vector<char> &buff,bool
buff_max++;
buff.resize(buff_max);
buffptr=buff.ptr();
}