progs/rspit.c: Cope with large files.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 8 Aug 2017 22:13:51 +0000 (23:13 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 8 Aug 2017 22:20:01 +0000 (23:20 +0100)
Missed this in my earlier `_FILE_OFFSET_BITS' pass.  The calculations
for the progress display and so on are all done in terms of bignums
already, so there's no worries with the arithmetic.


No differences found