[xiph-commits] r15182 - in trunk/cdparanoia: . interface

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Thu Aug 14 09:51:39 PDT 2008


Author: xiphmont
Date: 2008-08-14 09:51:39 -0700 (Thu, 14 Aug 2008)
New Revision: 15182

Modified:
   trunk/cdparanoia/interface/common_interface.c
   trunk/cdparanoia/main.c
Log:
Another test for fbond



Modified: trunk/cdparanoia/interface/common_interface.c
===================================================================
--- trunk/cdparanoia/interface/common_interface.c	2008-08-14 13:56:20 UTC (rev 15181)
+++ trunk/cdparanoia/interface/common_interface.c	2008-08-14 16:51:39 UTC (rev 15182)
@@ -247,7 +247,7 @@
     for(i=0;i<10;i++){
       int sofar=0;
       int fulltime=0;
-      
+      offset--;
       while(sofar<current){
 	for(j=0;;j++){
 	  

Modified: trunk/cdparanoia/main.c
===================================================================
--- trunk/cdparanoia/main.c	2008-08-14 13:56:20 UTC (rev 15181)
+++ trunk/cdparanoia/main.c	2008-08-14 16:51:39 UTC (rev 15182)
@@ -696,7 +696,7 @@
       break;
     case 'g':
       if(force_cooked_device){
-	report3("-g option incompatable with -k\n");
+	report("-g option incompatable with -k\n");
 	exit(1);
       }
       force_cooked_device=NULL;
@@ -705,7 +705,7 @@
       break;
     case 'k':
       if(force_generic_device || force_cdrom_device){
-	report3("-k option incompatable with -d and -g\n");
+	report("-k option incompatable with -d and -g\n");
 	exit(1);
       }
       if(force_cooked_device)free(force_cooked_device);
@@ -952,7 +952,7 @@
   }
 
   /* Determine drive caching behavior for cache-busting purposes */
-  /* cdda_cache_sectors(d); */
+  cdda_cache_sectors(d); 
 
   /* Dump the TOC */
   if(query_only || verbose)display_toc(d);



More information about the commits mailing list