[Debburn-changes] r603 - cdrkit/trunk/wodim

Eduard Bloch blade at alioth.debian.org
Sat Dec 9 21:35:18 CET 2006


Author: blade
Date: 2006-12-09 21:35:18 +0100 (Sat, 09 Dec 2006)
New Revision: 603

Modified:
   cdrkit/trunk/wodim/wodim.h
Log:
set default gracetime to 4 secs

Modified: cdrkit/trunk/wodim/wodim.h
===================================================================
--- cdrkit/trunk/wodim/wodim.h	2006-12-09 20:31:54 UTC (rev 602)
+++ cdrkit/trunk/wodim/wodim.h	2006-12-09 20:35:18 UTC (rev 603)
@@ -115,7 +115,7 @@
 #define	MIN_GRACE_TIME	0		/* changed to 0, there is no point in forcing it in this application. Fix your volume management if it breaks because it could not read the medium. */
 #endif
 #ifndef	GRACE_TIME
-#define	GRACE_TIME	9		/* 9 seconds */
+#define	GRACE_TIME	4
 #endif
 
 /*




More information about the Debburn-changes mailing list