summaryrefslogtreecommitdiff
path: root/streamer.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 /streamer.c
parent00f8f988f064e5146610bb7e15e89bc84041aad1 (diff)
fixed segfault on 64 bit platforms
Diffstat (limited to 'streamer.c')
-rw-r--r--streamer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/streamer.c b/streamer.c
index fd60922f..ae4b6daa 100644
--- a/streamer.c
+++ b/streamer.c
@@ -34,7 +34,7 @@
#include "plugins.h"
#include "optmath.h"
-static int streamer_tid;
+static intptr_t streamer_tid;
static SRC_STATE *src;
static SRC_DATA srcdata;
static int codecleft;