summaryrefslogtreecommitdiff
path: root/colm/input.c
diff options
context:
space:
mode:
Diffstat (limited to 'colm/input.c')
-rw-r--r--colm/input.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/colm/input.c b/colm/input.c
index b4bb94e8..890e9e00 100644
--- a/colm/input.c
+++ b/colm/input.c
@@ -806,8 +806,7 @@ static int _undoPrependData( StreamImpl *is, int length )
if ( buf->type == RunBufSourceType ) {
Stream *stream = (Stream*)buf->tree;
- /* FIXME: provide real impl. */
- int slen = stream->in->funcs->consumeData( stream->in, length, 0 );
+ int slen = stream->in->funcs->undoPrependData( stream->in, length );
consumed += slen;
length -= slen;