Skip to content

Commit b930d14

Browse files
committed
Fixed recent bug: blob seek should return new position.
Issue with 64-bit position should be addressed separately.
1 parent 7aa006e commit b930d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jrd/blb.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,7 @@ SLONG blb::BLB_lseek(USHORT mode, SLONG offset)
994994
blb_flags |= BLB_seek;
995995
blb_flags &= ~BLB_eof;
996996

997-
return offset;
997+
return blb_seek;
998998
}
999999

10001000

0 commit comments

Comments
 (0)