Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37853684
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.0-reload.patch
Download


diff -Nrup dvd+rw-tools-7.0/growisofs_mmc.cpp dvd+rw-tools-7.0_mod/growisofs_mmc.cpp
--- dvd+rw-tools-7.0/growisofs_mmc.cpp	2006-09-23 20:45:49.000000000 +0800
+++ dvd+rw-tools-7.0_mod/growisofs_mmc.cpp	2007-11-19 18:20:46.000000000 +0800
@@ -138,7 +138,7 @@ int media_reload (char *name=NULL,struct
 		cmd[0] = 0x1B;		// START/STOP UNIT
 		cmd[4] = 0x2;		// "Eject"
 		cmd[5] = 0;
-		if (cmd.transport()) return 1;
+		cmd.transport();
 	    }
 #if defined(__sun) || defined(sun)
 	    else if (volmgt_running())
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin