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

Massimo Del Fedele max at veneto.com
Mon Nov 10 02:17:00 CST 2008


Austin English ha scritto:
> 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).
> 
> 

Ok, I left it there commented just to show the small change... I'll drop 
it. Shall I repost the patch ?

Max




More information about the wine-devel mailing list