Skip to content

Commit 144dc4e

Browse files
committed
Use checksum again for pair streamer info
1 parent ab5643f commit 144dc4e

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
@@ -3569,7 +3569,7 @@ function readMapElement(buf) {
35693569

35703570
if (this.member_wise) {
35713571
// when member-wise streaming is used, version is written
3572-
const si = buf.fFile.findStreamerInfo(this.pairtype, this.stl_version.val /* , this.stl_version.checksum */);
3572+
const si = buf.fFile.findStreamerInfo(this.pairtype, this.stl_version.val , this.stl_version.checksum);
35733573

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

0 commit comments

Comments
 (0)