Commit 74a941d3 74a941d367ff68b20e0a7567c167f3bb0bb14613 by Sergey Poznyakoff

(struct _fise_stream.offset): Change type to off_t

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