From: divverent Date: Wed, 18 Feb 2009 20:06:56 +0000 (+0000) Subject: a debug printf I forgot to comment out X-Git-Tag: xonotic-v0.1.0preview~1864 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ea59ef3cd344a3a52911b3c3bf79afd478738dad;p=xonotic%2Fdarkplaces.git a debug printf I forgot to comment out git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8731 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/cap_ogg.c b/cap_ogg.c index 25101167..04bb401d 100644 --- a/cap_ogg.c +++ b/cap_ogg.c @@ -716,8 +716,7 @@ static void SCR_CaptureVideo_Ogg_Interleave() break; } - fprintf(stderr, ">"); - + //fprintf(stderr, ">"); } static void SCR_CaptureVideo_Ogg_FlushInterleaving()