diff options
Diffstat (limited to 'stream/stream_memory.c')
-rw-r--r-- | stream/stream_memory.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stream/stream_memory.c b/stream/stream_memory.c index 4d56fb4a3f..eaf74bb07e 100644 --- a/stream/stream_memory.c +++ b/stream/stream_memory.c @@ -36,7 +36,6 @@ static int fill_buffer(stream_t *s, char* buffer, int len) static int seek(stream_t *s, int64_t newpos) { - s->pos = newpos; return 1; } |