Solution for bug 15942 - Send page size with lpr command on printing

Austin English austinenglish at gmail.com
Mon Nov 10 01:00:59 CST 2008


On Sun, Nov 9, 2008 at 6:48 PM, Massimo Del Fedele <max at veneto.com> wrote:
> Send page size with 'lpr' command to CUPS, so it doesn't take always the
> default one.
> Solves bug 15942.
>
> Max
>
>
>
>


+//        sprintf(psCmd,"|lpr -P'%s'",pszOutput+4);

Don't use C++ comments, use /* comment */ instead.

Also, don't comment out code. Remove it if unneeded, or if it should
be left as an example, etc., use if(0).

-- 
-Austin



More information about the wine-devel mailing list