Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37850570
en ru br
ALT Linux repos
S:7.1-alt3
D:7.1-alt0.1
5.0: 7.1-alt1
4.1: 7.0-alt1
4.0: 7.0-alt1
3.0: 5.21.4.10.8-alt2

Other repositories

Group :: Archiving/Cd burning
RPM: dvd+rw-tools

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: dvd+rw-tools-7.1-bluray_pow_freespace.patch
Download


diff -up wrk/growisofs_mmc.cpp.wrk wrk/growisofs_mmc.cpp
--- wrk/growisofs_mmc.cpp.wrk	2014-11-14 13:22:49.579552118 +0100
+++ wrk/growisofs_mmc.cpp	2014-11-14 13:35:36.779730963 +0100
@@ -410,7 +410,9 @@ static unsigned int get_2k_capacity (Scs
 	    }
 
 	    nwa = 0;
-	    if (buf[7]&1 && !bdr_plus_pow)	// NWA_V
+	    //if (buf[7]&1 && !bdr_plus_pow)	// NWA_V
+	    //!bdr_plus_pow patched out for Fedora
+	    if (buf[7]&1)	// NWA_V
 	    {	nwa  = buf[12]<<24;
 		nwa |= buf[13]<<16;
 		nwa |= buf[14]<<8;
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin