[xiph-commits] r15297 - trunk/cdparanoia

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Thu Sep 11 05:19:19 PDT 2008


Author: xiphmont
Date: 2008-09-11 05:19:18 -0700 (Thu, 11 Sep 2008)
New Revision: 15297

Modified:
   trunk/cdparanoia/cachetest.c
Log:
One more cache test fix; cachegran retry was incrementing too fast


Modified: trunk/cdparanoia/cachetest.c
===================================================================
--- trunk/cdparanoia/cachetest.c	2008-09-11 11:57:02 UTC (rev 15296)
+++ trunk/cdparanoia/cachetest.c	2008-09-11 12:19:18 UTC (rev 15297)
@@ -560,7 +560,7 @@
   while(1){
     rollbehind=cachesize;
     
-    for(i=0;i<10 && rollbehind;i++){
+    for(i=0;i<10 && rollbehind;){
       int sofar=0,ret,retry=0;
       logC("\n\t\t>>> ");
       printC(".");



More information about the commits mailing list