summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream.c b/stream.c
index 375ca684..8b2999c6 100644
--- a/stream.c
+++ b/stream.c
@@ -153,7 +153,7 @@ static noreturn val unimpl_unget_byte(val stream, int byte)
static noreturn val unimpl_seek(val stream, cnum off, enum strm_whence whence)
{
- unimpl(stream, lit("seek"));
+ unimpl(stream, lit("seek-stream"));
}
static val null_put_string(val stream, val str)