[xiph-commits] r15295 - trunk/cdparanoia
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Thu Sep 11 04:42:37 PDT 2008
Author: xiphmont
Date: 2008-09-11 04:42:37 -0700 (Thu, 11 Sep 2008)
New Revision: 15295
Modified:
trunk/cdparanoia/cachetest.c
Log:
Make rollbehind allowance for cache test far more conservative
Modified: trunk/cdparanoia/cachetest.c
===================================================================
--- trunk/cdparanoia/cachetest.c 2008-09-11 11:30:05 UTC (rev 15294)
+++ trunk/cdparanoia/cachetest.c 2008-09-11 11:42:37 UTC (rev 15295)
@@ -729,7 +729,7 @@
{
float cachems;
float readms;
- int readsize = cachesize+readahead-rollbehind-8;
+ int readsize = cachesize-rollbehind-8;
int retry;
if(readsize>cachesize-1)readsize=cachesize-1;
More information about the commits
mailing list