You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
std.fs.File: fix positional seekBy using wrong position
positional seekBy should use the logical position, but it used the file
position which includes the buffered data. the test did not catch this
because it used an empty buffer. fixes#25087#25020
0 commit comments