diff options
author | Peter Foley <pefoley2@verizon.net> | 2012-11-10 15:16:14 -0500 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-11-13 07:29:34 +0000 |
commit | a6e9bb4c7bad649cb44efaeef67fa18090348c53 (patch) | |
tree | 9988224bcfa074fd8665d19052fe145800474742 /xpdf/xpdf-no-writable-literals.patch | |
parent | a2b3ee4abf39e47037fa9adbf44a8742379098f7 (diff) |
fdo#38878 upgrade xpdf to poppler
Change-Id: Ib908a3acba1faabeb411b4d1459968a362ee8029
Reviewed-on: https://gerrit.libreoffice.org/1036
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
Diffstat (limited to 'xpdf/xpdf-no-writable-literals.patch')
-rw-r--r-- | xpdf/xpdf-no-writable-literals.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/xpdf/xpdf-no-writable-literals.patch b/xpdf/xpdf-no-writable-literals.patch deleted file mode 100644 index 9a1366e1613c..000000000000 --- a/xpdf/xpdf-no-writable-literals.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- misc/xpdf-3.02/xpdf/Error.h.sav 2007-02-27 23:05:52.000000000 +0100 -+++ misc/build/xpdf-3.02/xpdf/Error.h 2012-10-09 23:24:12.002455791 +0200 -@@ -18,6 +18,6 @@ - #include <stdio.h> - #include "config.h" - --extern void CDECL error(int pos, char *msg, ...); -+extern void CDECL error(int pos, const char *msg, ...); - - #endif ---- misc/build/xpdf-3.02/xpdf/Error.cc.sav 2007-02-27 23:05:52.000000000 +0100 -+++ misc/build/xpdf-3.02/xpdf/Error.cc 2012-10-09 23:24:27.813569809 +0200 -@@ -18,7 +18,7 @@ - #include "GlobalParams.h" - #include "Error.h" - --void CDECL error(int pos, char *msg, ...) { -+void CDECL error(int pos, const char *msg, ...) { - va_list args; - - // NB: this can be called before the globalParams object is created |