summaryrefslogtreecommitdiff
path: root/graphics/gimp-app-devel/files/patch-plug-ins_print_print.c
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2004-11-18 09:55:04 +0000
committerKoop Mast <kwm@FreeBSD.org>2004-11-18 09:55:04 +0000
commit0755df96819f898e5d138feb743350ce9cf955bf (patch)
tree73bf6850a4e62a3b9fd25cbabfbc05b8b6b85cf5 /graphics/gimp-app-devel/files/patch-plug-ins_print_print.c
parentAdd annotation to describe which releases are affected by this problem (diff)
Resurrect gimp-devel and update to version 2.2.pre1.
Approved by: pav (mentor)
Notes
Notes: svn path=/head/; revision=121859
Diffstat (limited to 'graphics/gimp-app-devel/files/patch-plug-ins_print_print.c')
-rw-r--r--graphics/gimp-app-devel/files/patch-plug-ins_print_print.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/gimp-app-devel/files/patch-plug-ins_print_print.c b/graphics/gimp-app-devel/files/patch-plug-ins_print_print.c
new file mode 100644
index 000000000000..36f4bf7148cf
--- /dev/null
+++ b/graphics/gimp-app-devel/files/patch-plug-ins_print_print.c
@@ -0,0 +1,11 @@
+--- plug-ins/print/print.c.orig Tue Dec 26 07:43:54 2000
++++ plug-ins/print/print.c Tue Dec 26 07:44:07 2000
+@@ -1417,7 +1417,7 @@
+
+ if (i < (sizeof(lpcs) / sizeof(lpcs[0])))
+ {
+- strcat(command, " status < /dev/null");
++ strcat(command, " status all < /dev/null");
+ type = PRINTERS_LPC;
+ }
+ else