diff options
Diffstat (limited to 'graphics/passepartout/files/patch-src::ps::pdf.cc')
-rw-r--r-- | graphics/passepartout/files/patch-src::ps::pdf.cc | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/graphics/passepartout/files/patch-src::ps::pdf.cc b/graphics/passepartout/files/patch-src::ps::pdf.cc deleted file mode 100644 index 165de6273f5d..000000000000 --- a/graphics/passepartout/files/patch-src::ps::pdf.cc +++ /dev/null @@ -1,16 +0,0 @@ ---- src/ps/pdf.cc.orig Wed Aug 18 23:42:10 2004 -+++ src/ps/pdf.cc Wed Aug 18 23:44:28 2004 -@@ -199,10 +199,10 @@ - bytecount write(std::ostream *out, bool binary=true, bytecount offset=0) - { - Part::write(out, binary, offset); -- std::string str(str()); -+ const std::string& s(str()); - if(out) -- (*out) << str; -- return offset+str.length(); -+ (*out) << s; -+ return offset+s.length(); - } - - protected: |