aboutsummaryrefslogtreecommitdiff
path: root/src/input/lastfm_input_plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/lastfm_input_plugin.c')
-rw-r--r--src/input/lastfm_input_plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/lastfm_input_plugin.c b/src/input/lastfm_input_plugin.c
index 4de62dc3..4e13cd0a 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;