(Hopefully) Last fix for papu on 64bit

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1600 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Paul Giblock
2008-09-09 19:35:40 +00:00
parent cf3d400844
commit 4d347915a2

View File

@@ -379,7 +379,7 @@ void papuInstrument::playNote( notePlayHandle * _n, bool,
int const buf_size = 2048;
int framesleft = frames;
int datalen = 0;
static blip_sample_t buf [buf_size*2];
blip_sample_t buf [buf_size*2];
while( framesleft > 0 )
{
int avail = papu->samples_avail();