bugfixes with VST-SDK-stuff

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@72 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2006-01-30 14:12:40 +00:00
parent 66d18659a4
commit bce6158cb7
2 changed files with 15 additions and 6 deletions

View File

@@ -177,7 +177,7 @@ void * bufferAllocator::allocBytes( Uint32 _bytes )
// processes like pattern-freezing because this way we do not have to
// search for a free buffer in an array, containing several
// 10.000 buffers
if( s_freeBufs > s_buffers.size() / 10 )
if( (csize) s_freeBufs > s_buffers.size() / 10 )
{
bufIt free_buf = s_buffers.end();