X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=osx_write.c;h=6001b8597d8823f1c7d528439580836088b269cf;hp=366252c4539b1b022d2625c22c1c8bbae211c668;hb=39bb1a102b14e3f230a659290622b2d1b1658b44;hpb=c8862b9e246b4ef6ff1fe103946e18cf2537ecde diff --git a/osx_write.c b/osx_write.c index 366252c4..6001b859 100644 --- a/osx_write.c +++ b/osx_write.c @@ -126,7 +126,7 @@ static OSStatus osx_callback(void * inClientData, dest = outOutputData->mBuffers[i].mData; while (m > 0) { if ((n = powd->from->remaining) <= 0) { - PARA_INFO_LOG("%s", "buffer underrun\n"); + PARA_INFO_LOG("buffer underrun\n"); return 0; } // PARA_INFO_LOG("buf %p: n = %ld, m= %ld\n", powd->from->buffer, n, m);