catch ESPIPE from ftell () on stream
authorPhilipp Gesang <philipp.gesang@intra2net.com>
Tue, 4 Apr 2017 08:00:17 +0000 (10:00 +0200)
committerPhilipp Gesang <philipp.gesang@intra2net.com>
Fri, 28 Apr 2017 12:40:14 +0000 (14:40 +0200)
commit865ada6c41aacb93af9ac5a6eea7366d5b5d5b5b
tree4e2c15dc17801e0dfb92685867f1eb11dc244379
parent98fc07a53d3f86b5104d1c7c69087560a2022ffe
catch ESPIPE from ftell () on stream

The result is only used for status output so defaulting to -1 for
stdin doesn’t hurt. All functional uses of the current position
rely on the value of total_read.
deltatar/crypto.py