1 --- misc/xpdf-3.02/xpdf/Error.h.sav 2007-02-27 23:05:52.000000000 +0100
2 +++ misc/build/xpdf-3.02/xpdf/Error.h 2012-10-09 23:24:12.002455791 +0200
7 -extern void CDECL error(int pos, char *msg, ...);
8 +extern void CDECL error(int pos, const char *msg, ...);
11 --- misc/build/xpdf-3.02/xpdf/Error.cc.sav 2007-02-27 23:05:52.000000000 +0100
12 +++ misc/build/xpdf-3.02/xpdf/Error.cc 2012-10-09 23:24:27.813569809 +0200
14 #include "GlobalParams.h"
17 -void CDECL error(int pos, char *msg, ...) {
18 +void CDECL error(int pos, const char *msg, ...) {
21 // NB: this can be called before the globalParams object is created