View | Details | Raw Unified | Return to bug 230493
Collapse All | Expand All

(-)/usr/ports/sysutils/dvd+rw-tools/files/patch-growisofs__mmc.cpp (+11 lines)
Lines 9-11 Link Here
9
     cmd[0] = 0x35;	// FLUSH CACHE
9
     cmd[0] = 0x35;	// FLUSH CACHE
10
     cmd[9] = 0;
10
     cmd[9] = 0;
11
     cmd.transport();
11
     cmd.transport();
12
--- growisofs_mmc.cpp.org	2008-03-04 18:47:49.000000000 +0100
13
+++ growisofs_mmc.cpp	2011-03-07 11:49:17.000000000 +0100
14
@@ -410,7 +410,7 @@
15
 	    }
16
 
17
 	    nwa = 0;
18
-	    if (buf[7]&1 && !bdr_plus_pow)	// NWA_V
19
+	    if (buf[7]&1)	// NWA_V
20
 	    {	nwa  = buf[12]<<24;
21
 		nwa |= buf[13]<<16;
22
 		nwa |= buf[14]<<8;

Return to bug 230493