Merge pull request #9236 from dkurt:fix_json_bool

This commit is contained in:
Alexander Alekhin
2017-07-26 13:08:13 +00:00
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;