- bugfix for game save and load (string buffer was too small for one item)

This commit is contained in:
Mark Vejvoda
2012-03-13 21:58:31 +00:00
parent 38bd33acf9
commit 917adc8c98
8 changed files with 361 additions and 37 deletions

View File

@@ -29,7 +29,7 @@ namespace XERCES_CPP_NAMESPACE{
namespace Shared{ namespace Xml{
const int strSize= 4096;
const int strSize= 8094;
class XmlIo;
class XmlTree;