X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=osx_write.c;h=6001b8597d8823f1c7d528439580836088b269cf;hp=8e40dd5b24706233c805af788d0269db65627173;hb=7ab176a3b0771cfcdd8ee103cd5452e971d12e26;hpb=ba30bb8d0bb025c0dad80e5ff47352b4bc130423 diff --git a/osx_write.c b/osx_write.c index 8e40dd5b..6001b859 100644 --- a/osx_write.c +++ b/osx_write.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2007 Andre Noll + * Copyright (C) 2006-2008 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -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);