]> git.pld-linux.org Git - packages/cups-driver-splix.git/commitdiff
- initial
authorZsolt Udvari <uzsolt@pld-linux.org>
Fri, 28 May 2010 05:21:11 +0000 (05:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc45.patch -> 1.1

gcc45.patch [new file with mode: 0644]

diff --git a/gcc45.patch b/gcc45.patch
new file mode 100644 (file)
index 0000000..749d0bf
--- /dev/null
@@ -0,0 +1,11 @@
+--- splix-2.0.0-orig/src/ppdfile.cpp   2010-05-28 07:13:42.152301039 +0200
++++ splix-2.0.0/src/ppdfile.cpp        2010-05-28 07:14:24.492308202 +0200
+@@ -282,7 +282,7 @@
+  * OpĂ©rateur d'assignation
+  * Assignment operator
+  */
+-void PPDFile::Value::operator = (const PPDFile::Value::Value &val)
++void PPDFile::Value::operator = (const PPDFile::Value &val)
+ {
+     if (_preformatted)
+         delete[] _preformatted;
This page took 0.075709 seconds and 4 git commands to generate.