Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 24264 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- lib/printers.c.orig       Tue Oct 12 00:01:59 1999
0
++ lib/printers.c    Wed May  2 11:23:25 2001
Lines 315-322 Link Here
315
  res->ppd = NULL;           /* Printer's ppd are not read yet */
315
  res->ppd = NULL;           /* Printer's ppd are not read yet */
316
  /* Output */
316
  /* Output */
317
  /* Default is to send to default printer */
317
  /* Default is to send to stdout */
318
  res->flag_output_is_printer = true;
318
  res->flag_output_is_printer = false;
319
  res->flag_output_name = NULL;
319
  res->flag_output_name = NULL;
320
  res->output_is_file = true;
320
  res->output_is_file = true;
321
  res->output_name = NULL;
321
  res->output_name = NULL;

Return to bug 24264