1
0
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:
dkurt
2017-07-25 13:39:32 +03:00
parent 8741d97a4f
commit 3515f6ec33
2 changed files with 27 additions and 0 deletions
+1
View File
@@ -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;
}
}