Minor Update:
- DeviceCore: - Initialise params in header file - JSONparseCore: - Increase Read buffer to handle large queries - UtilCore: - Bug fix: handle NULL seperator in Hex conversions
This commit is contained in:
@@ -272,7 +272,7 @@ bool CJSONparse::ReadFromHandle( const char * BasePath, int Handle, bool pRefill
|
||||
InputHandle = Handle;
|
||||
|
||||
// Load Buffer
|
||||
CreateBuffer( 500 );
|
||||
CreateBuffer( 1000 );
|
||||
if (!FillBuffer()) {
|
||||
Error = true;
|
||||
sprintf( ErrorText, "Could not read from file" );
|
||||
|
||||
Reference in New Issue
Block a user