Fix JSON booleans without quotes

This commit is contained in:
dkurt
2017-07-26 11:08:09 +03:00
parent 8e6e05ed3f
commit 583b327523
2 changed files with 27 additions and 1 deletions
-1
View File
@@ -3665,7 +3665,6 @@ static char* icvJSONParseValue( CvFileStorage* fs, char* ptr, CvFileNode* node )
{
CV_PARSE_ERROR( "Unrecognized value" );
}
ptr++;
}
return ptr;