mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
Missed NAMED bit of JSON nodes tag
This commit is contained in:
@@ -3781,6 +3781,7 @@ static char* icvJSONParseMap( CvFileStorage* fs, char* ptr, CvFileNode* node )
|
||||
ptr = icvJSONParseMap( fs, ptr, child );
|
||||
else
|
||||
ptr = icvJSONParseValue( fs, ptr, child );
|
||||
child->tag |= CV_NODE_NAMED;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user