Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37831215
en ru br
ALT Linux repos
S:1.0.2-alt1.a

Group :: System/Configuration/Printing
RPM: lm1100

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: lm1100.1.0.2a-fix-compile-gcc-3.4.patch
Download


--- LexmarkProtocol300c.cc.orig	2000-11-21 09:06:22.000000000 +0100
+++ LexmarkProtocol300c.cc	2004-06-16 13:28:04.397060286 +0200
@@ -69,7 +69,7 @@
 Jet **LexmarkProtocol300c::createJets(int *numJets, Map *imageMap)
 {
 	*numJets = 6;
-	class Jet **jets = new (Jet *)[6];
+	class Jet **jets = new Jet*[6];
 	jets[0] = new Jet(0,9,0,imageMap,LEFT_JET,0,8);
 	jets[1] = new Jet(1,0,0,imageMap,RIGHT_JET,0,8);
 	jets[2] = new Jet(2,-9,20,imageMap,LEFT_JET,1,8);
--- LexmarkProtocolBW.cc.orig	2000-11-21 09:06:22.000000000 +0100
+++ LexmarkProtocolBW.cc	2004-06-16 13:32:51.291509280 +0200
@@ -68,7 +68,7 @@
 Jet **LexmarkProtocolBW::createJets(int *numJets, Map *imageMap)
 {
 	*numJets = 2;
-	class Jet **jets = new (Jet *)[2];
+	class Jet **jets = new Jet*[2];
 	jets[0] = new Jet(0,9,0,imageMap,LEFT_JET,0,28);
 	jets[1] = new Jet(0,0,0,imageMap,RIGHT_JET,0,28);
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin