View | Details | Raw Unified
Collapse All | Expand All

(-) file_not_specified_in_diff (-2 / +2 lines)
 Lines 315-322    Link Here 
  res->ppd = NULL;           /* Printer's ppd are not read yet */
  res->ppd = NULL;           /* Printer's ppd are not read yet */
  /* Output */
  /* Output */
  /* Default is to send to default printer */
  /* Default is to send to stdout */
  res->flag_output_is_printer = true;
  res->flag_output_is_printer = false;
  res->flag_output_name = NULL;
  res->flag_output_name = NULL;
  res->output_is_file = true;
  res->output_is_file = true;
  res->output_name = NULL;
  res->output_name = NULL;