mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
This patch was misnamed. It has reappeard as patch-printers.c
This commit is contained in:
parent
3949584ae9
commit
589fb25c3b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42699
@ -1,13 +0,0 @@
|
||||
--- lib/printers.c.orig Tue Oct 12 00:01:59 1999
|
||||
+++ lib/printers.c Wed May 2 11:23:25 2001
|
||||
@@ -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;
|
Loading…
Reference in New Issue
Block a user