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;
|
||||
|
||||
// Load Buffer
|
||||
CreateBuffer( 50 );
|
||||
CreateBuffer( 500 );
|
||||
if (!FillBuffer()) {
|
||||
Error = true;
|
||||
sprintf( ErrorText, "Could not read from file" );
|
||||
|
||||
Reference in New Issue
Block a user