We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 144dc4e commit 9920036Copy full SHA for 9920036
build/jsroot.js
@@ -101128,7 +101128,7 @@ function readMapElement(buf) {
101128
101129
if (this.member_wise) {
101130
// when member-wise streaming is used, version is written
101131
- const si = buf.fFile.findStreamerInfo(this.pairtype, this.stl_version.val /* , this.stl_version.checksum */);
+ const si = buf.fFile.findStreamerInfo(this.pairtype, this.stl_version.val , this.stl_version.checksum);
101132
101133
if (si && (this.si !== si)) {
101134
streamer = getPairStreamer(si, this.pairtype, buf.fFile);
0 commit comments