]> diplodocus.org Git - nmh/commitdiff
leave_getfld(): Don't follow fseeko(SEEK_SET) with ftello().
authorRalph Corderoy <ralph@inputplus.co.uk>
Wed, 9 Aug 2017 16:03:24 +0000 (17:03 +0100)
committerRalph Corderoy <ralph@inputplus.co.uk>
Wed, 9 Aug 2017 16:03:24 +0000 (17:03 +0100)
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.


No differences found