openbsd-ports/comms/jpilot/patches/patch-print_c
ajacoutot 0b7aa49560 - fix a bug where jpilot didn't print the last page when ghostscript was
used ; corrected upstream
patch by David Fries <david at fries dot net> via todd@
2006-12-31 10:47:39 +00:00

13 lines
409 B
Plaintext

$OpenBSD: patch-print_c,v 1.1 2006/12/31 10:47:39 ajacoutot Exp $
--- print.c.orig Fri Dec 29 01:32:28 2006
+++ print.c Fri Dec 29 01:31:58 2006
@@ -946,7 +946,7 @@ int print_address_header()
"pop pop pop ( )\n"
"} if\n"
"("Q_FLAG_CHAR"END) search { %%if\n"
- " stop\n"
+ " showpage stop\n"
"} if\n"
"("Q_FLAG_CHAR"C12) search {\n"
"/Courier-ISOLatin1 12 selectfont\n"