summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--stream.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/stream.c b/stream.c
index 8e4f8ec6..5dbc0a2e 100644
--- a/stream.c
+++ b/stream.c
@@ -2306,7 +2306,8 @@ static struct strm_ops byte_in_ops =
cobj_eq_hash_op,
0),
wli("byte-input-stream"),
- 0, 0, 0, 0,
+ 0, 0, 0,
+ generic_get_string,
byte_in_get_char,
byte_in_get_byte,
byte_in_unget_char,