diff options
author | John Marino <marino@FreeBSD.org> | 2013-11-01 20:32:56 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-11-01 20:32:56 +0000 |
commit | da2c1736c45ea70ce96c02667950bb1b032ea2e1 (patch) | |
tree | 72d79332d1797ec838c3b9a5b975cd36d3f53d54 /print/splix | |
parent | 3d8e93e607aab91d34e99adf69b1f494a6409c33 (diff) | |
download | ports-da2c1736c45ea70ce96c02667950bb1b032ea2e1.tar.gz ports-da2c1736c45ea70ce96c02667950bb1b032ea2e1.zip |
Notes
Diffstat (limited to 'print/splix')
-rw-r--r-- | print/splix/files/patch-src_ppdfile.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/print/splix/files/patch-src_ppdfile.cpp b/print/splix/files/patch-src_ppdfile.cpp new file mode 100644 index 000000000000..beb08b146901 --- /dev/null +++ b/print/splix/files/patch-src_ppdfile.cpp @@ -0,0 +1,11 @@ +--- src/ppdfile.cpp.orig 2009-02-06 11:49:10.000000000 +0000 ++++ src/ppdfile.cpp +@@ -282,7 +282,7 @@ bool PPDFile::Value::operator != (const + * 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; |