Am 01.03.2010 09:05, [email protected] wrote:
> Author: manolo
> Date: 2010-03-01 00:05:10 -0800 (Mon, 01 Mar 2010)
> New Revision: 7180
> Log:
> Setting PageSize feature how it should be (2nd and hopefully last attempt)
> Modified: branches/branch-1.3-Fl_Printer/src/Fl_PS_Printer.cxx
> ===================================================================
> --- branches/branch-1.3-Fl_Printer/src/Fl_PS_Printer.cxx 2010-02-28
> 21:46:37 UTC (rev 7179)
> +++ branches/branch-1.3-Fl_Printer/src/Fl_PS_Printer.cxx 2010-03-01
> 08:05:10 UTC (rev 7180)
> - fprintf(output, "%%!PS-Adobe-3.0\n");
> - fprintf(output, "%%%%Creator: FLTK\n");
> + fputs("%%!PS-Adobe-3.0\n", output);
> + fputs("%%%%Creator: FLTK\n", output);
If you change fprintf to fputs, don't forget to "un-double" ;-)
the "%" characters. More such changes following ...
Albrecht
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev