--- freecycle-orig/src/soundplayer.cpp 2006-03-20 19:15:22.000000000 +0200 +++ freecycle/src/soundplayer.cpp 2006-06-20 22:03:52.000000000 +0300 @@ -74,7 +74,7 @@ bufferLR_F=new float[buffer_len*2]; bufferPointerL=0; bufferPointerR=0; - bufferPointersLR=new (float*)[2]; + bufferPointersLR=new float* [2]; #ifdef HAS_OSS devdsp_audio_device=0; #endif