summaryrefslogtreecommitdiffstats
path: root/stream/stream_vstream.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_vstream.c')
-rw-r--r--stream/stream_vstream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/stream_vstream.c b/stream/stream_vstream.c
index 790ba1b83f..7b25ca3103 100644
--- a/stream/stream_vstream.c
+++ b/stream/stream_vstream.c
@@ -89,7 +89,7 @@ static int fill_buffer(stream_t *s, char* buffer, int max_len){
return len;
}
-static int seek(stream_t *s,off_t newpos) {
+static int seek(stream_t *s,int64_t newpos) {
s->pos = newpos;
return 1;
}