From: Ralph Corderoy Date: Wed, 9 Aug 2017 16:03:24 +0000 (+0100) Subject: leave_getfld(): Don't follow fseeko(SEEK_SET) with ftello(). X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/df646add9dde90130753c06938e425c8f8f39c0f?hp=df646add9dde90130753c06938e425c8f8f39c0f leave_getfld(): Don't follow fseeko(SEEK_SET) with ftello(). If fseeko(3) didn't error then we know the stream's position and the ftello(3) is not needed. Set last_caller_pos to total_bytes_read instead. This small change is a commit to help future bisecting. ---