diff options
Diffstat (limited to 'src/input/ProxyInputStream.cxx')
-rw-r--r-- | src/input/ProxyInputStream.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/ProxyInputStream.cxx b/src/input/ProxyInputStream.cxx index 67b2c3338..74a272f6a 100644 --- a/src/input/ProxyInputStream.cxx +++ b/src/input/ProxyInputStream.cxx @@ -42,7 +42,7 @@ ProxyInputStream::CopyAttributes() size = input.KnownSize() ? input.GetSize() - : -1; + : UNKNOWN_SIZE; seekable = input.IsSeekable(); SetReady(); |