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)
commit68ea1def22170f19da0ac7e590560a003704ae7e
treeeab705ec4ccb962b082499bfdf8c6f364441f54c
parent0588f9b2eed9ae38883806d754bdd879823038cf
progs/rspit.c: Cope with large files.

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.
progs/rspit.c