summaryrefslogtreecommitdiff
path: root/plugins/lastfm/lastfm.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2009-08-31 08:43:08 +0200
committerGravatar waker <wakeroid@gmail.com>2009-08-31 08:43:08 +0200
commitc3a2c81accae4d01a466a05e584ce5c35fcf69e6 (patch)
treebbeb8bd4c7181e16352db96b7e9b48feff667b04 /plugins/lastfm/lastfm.c
parent00f8f988f064e5146610bb7e15e89bc84041aad1 (diff)
fixed segfault on 64 bit platforms
Diffstat (limited to 'plugins/lastfm/lastfm.c')
-rw-r--r--plugins/lastfm/lastfm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/lastfm/lastfm.c b/plugins/lastfm/lastfm.c
index f6fbf7e2..9d11e8b5 100644
--- a/plugins/lastfm/lastfm.c
+++ b/plugins/lastfm/lastfm.c
@@ -46,7 +46,7 @@ static char lfm_submission_url[256];
static uintptr_t lfm_mutex;
static uintptr_t lfm_cond;
static int lfm_stopthread;
-static int lfm_tid;
+static intptr_t lfm_tid;
DB_plugin_t *
lastfm_load (DB_functions_t *api) {