Minor Update:
- Increase buffer of JSONparse to ensure reading for long strings
This commit is contained in:
@@ -228,7 +228,7 @@ bool CJSONparse::ReadFromHandle( const char * BasePath, int Handle, bool pRefill
|
|||||||
InputHandle = Handle;
|
InputHandle = Handle;
|
||||||
|
|
||||||
// Load Buffer
|
// Load Buffer
|
||||||
CreateBuffer( 50 );
|
CreateBuffer( 500 );
|
||||||
if (!FillBuffer()) {
|
if (!FillBuffer()) {
|
||||||
Error = true;
|
Error = true;
|
||||||
sprintf( ErrorText, "Could not read from file" );
|
sprintf( ErrorText, "Could not read from file" );
|
||||||
|
|||||||
Reference in New Issue
Block a user