diff options
Diffstat (limited to 'src/input/lastfm_input_plugin.c')
-rw-r--r-- | src/input/lastfm_input_plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/lastfm_input_plugin.c b/src/input/lastfm_input_plugin.c index 4de62dc3b..4e13cd0ad 100644 --- a/src/input/lastfm_input_plugin.c +++ b/src/input/lastfm_input_plugin.c @@ -285,7 +285,7 @@ lastfm_input_eof_wrap(struct input_stream *is) } static bool -lastfm_input_seek_wrap(struct input_stream *is, off_t offset, int whence) +lastfm_input_seek_wrap(struct input_stream *is, goffset offset, int whence) { bool ret; struct lastfm_input *d = is->data; |