Menu

#3 Bug in the SeekTable class

2.0
open
None
v1.0_(example)
5
2013-12-10
2013-12-10
No

I've been working on porting this for C#, and I found a bug in the SeekTable class (line 52):
length -= (length * SEEKPOINT_LENGTH_BYTES);

I think this should be length -= numPoints * SEEKPOINT_LENGTH_BYTES

Related

Support Requests: #3

Discussion


Log in to post a comment.

MongoDB Logo MongoDB