[xiph-commits] r15289 - trunk/cdparanoia/interface

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Wed Sep 10 23:01:08 PDT 2008


Author: xiphmont
Date: 2008-09-10 23:01:07 -0700 (Wed, 10 Sep 2008)
New Revision: 15289

Modified:
   trunk/cdparanoia/interface/scsi_interface.c
Log:
GR, need to test random things on a remote machine with no editor...


Modified: trunk/cdparanoia/interface/scsi_interface.c
===================================================================
--- trunk/cdparanoia/interface/scsi_interface.c	2008-09-10 14:23:55 UTC (rev 15288)
+++ trunk/cdparanoia/interface/scsi_interface.c	2008-09-11 06:01:07 UTC (rev 15289)
@@ -1099,7 +1099,7 @@
   
   while(1) {
 
-    if((err=map(d,(p?buffer:NULL),begin,sectors,sense))){
+    if(mmc_cache_clear (d, begin, sectors) || (err=map(d,(p?buffer:NULL),begin,sectors,sense))){
       if(d->report_all){
 	char b[256];
 



More information about the commits mailing list