summaryrefslogtreecommitdiff
path: root/app-text/a2ps/files/a2ps-4.14-stdout.patch
blob: 6661b0e26f03e4eee98c522a343aa044f72872e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a2ps-4.14/lib/printers.c
+++ a2ps-4.14/lib/printers.c
@@ -315,8 +315,8 @@
   res->ppd = NULL;		/* Printer's ppd are not read yet */
 
   /* Output */
-  /* Default is to send to default printer */
-  res->flag_output_is_printer = true;
+  /* Default is to send to stdout */
+  res->flag_output_is_printer = false;
   res->flag_output_name = NULL;
   res->output_is_file = true;
   res->output_name = NULL;