Commit 74a941d3 74a941d367ff68b20e0a7567c167f3bb0bb14613 by Sergey Poznyakoff

(struct _fise_stream.offset): Change type to off_t

1 parent ab4502da
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
46 struct _file_stream 46 struct _file_stream
47 { 47 {
48 FILE *file; 48 FILE *file;
49 int offset; 49 off_t offset;
50 50
51 char *filename; 51 char *filename;
52 mu_stream_t cache; 52 mu_stream_t cache;
......