Skip to content

Commit 9ece4c1

Browse files
committed
Use checksum again for pair streamer info
1 parent db11424 commit 9ece4c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/io.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3583,7 +3583,7 @@ function readMapElement(buf) {
35833583

35843584
if (this.member_wise) {
35853585
// when member-wise streaming is used, version is written
3586-
const si = buf.fFile.findStreamerInfo(this.pairtype, this.stl_version.val /* , this.stl_version.checksum */);
3586+
const si = buf.fFile.findStreamerInfo(this.pairtype, this.stl_version.val , this.stl_version.checksum);
35873587

35883588
if (si && (this.si !== si)) {
35893589
streamer = getPairStreamer(si, this.pairtype, buf.fFile);

0 commit comments

Comments
 (0)