On Sun, Nov 9, 2008 at 6:48 PM, Massimo Del Fedele <[EMAIL PROTECTED]> 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


Reply via email to