diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/pdftohtml/files/patch-HtmlOutputDev | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/textproc/pdftohtml/files/patch-HtmlOutputDev b/textproc/pdftohtml/files/patch-HtmlOutputDev new file mode 100644 index 000000000000..65954fe80c8f --- /dev/null +++ b/textproc/pdftohtml/files/patch-HtmlOutputDev @@ -0,0 +1,9 @@ +--- src/HtmlOutputDev.cc Sun Jan 12 19:09:52 2003 ++++ src/HtmlOutputDev.cc Wed Feb 26 13:47:52 2003 +@@ -789,5 +789,5 @@ + HtmlOutputDev::HtmlOutputDev(char *fileName, char *title, + char *author, char *keywords, char *subject, char *date, +- GBool rawOrder, int firstPage = 1) ++ GBool rawOrder, int firstPage /* default value is 1 */) + { + char *htmlEncoding; |