aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/ProxyInputStream.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/ProxyInputStream.cxx')
-rw-r--r--src/input/ProxyInputStream.cxx2
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();