fix
This commit is contained in:
parent
01a00395e2
commit
98dc317f8c
12
audio/xmms-sid/patches/patch-src_xmms-sid_cc
Normal file
12
audio/xmms-sid/patches/patch-src_xmms-sid_cc
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-src_xmms-sid_cc,v 1.3 2010/05/22 20:30:38 espie Exp $
|
||||
--- src/xmms-sid.cc.orig Sat May 22 22:29:12 2010
|
||||
+++ src/xmms-sid.cc Sat May 22 22:29:15 2010
|
||||
@@ -196,7 +196,7 @@ static void * xs_play_loop(void *arg)
|
||||
int fxlen, tn;
|
||||
struct sidTuneInfo sidInf;
|
||||
char *name;
|
||||
- enum AFormat fmt = (xs_emuConf.bitsPerSample == 16) ? FMT_S16_NE : FMT_U8;
|
||||
+ AFormat fmt = (xs_emuConf.bitsPerSample == 16) ? FMT_S16_NE : FMT_U8;
|
||||
gint chn = xs_emuConf.channels;
|
||||
|
||||
tune->getInfo(sidInf);
|
Loading…
x
Reference in New Issue
Block a user