patch-Resource_Init_pdf__main.ps - pkgsrc-localpatches - leot's pkgsrc LOCALPATCHES
(HTM) hg clone https://bitbucket.org/iamleot/pkgsrc-localpatches
(DIR) Log
(DIR) Files
(DIR) Refs
---
patch-Resource_Init_pdf__main.ps
---
1 $NetBSD$
2
3 Use stderr for errors.
4
5 Printing to stdout, when really printing on paper, will ends up
6 wasting one page every time there is an error. Use stderr to avoid
7 that.
8
9 --- Resource/Init/pdf_main.ps.orig 2018-09-13 10:02:01.000000000 +0000
10 +++ Resource/Init/pdf_main.ps
11 @@ -1633,7 +1633,7 @@ currentdict /xref-char-dict undef
12 } bind executeonly def
13
14 /pdfformaterror { % <string> pdfformaterror -
15 - stdoutprint
16 + stderrprint
17 /Repaired //true store
18 /RepairedAnError //true store
19 } bind executeonly def