diff options
Diffstat (limited to 'src/demuxers/demux_mod.c')
| -rw-r--r-- | src/demuxers/demux_mod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demuxers/demux_mod.c b/src/demuxers/demux_mod.c index 2c0f44afa..9bb17a990 100644 --- a/src/demuxers/demux_mod.c +++ b/src/demuxers/demux_mod.c @@ -73,7 +73,7 @@ typedef struct { char *title; char *artist; char *copyright; - off_t filesize; + size_t filesize; char *buffer; |
