Re: patch for cups printers
29 Apr
2002
29 Apr
'02
6:55 p.m.
"Michael Cardenas" <michael.cardenas(a)lindows.com> wrote:
--- winehq/dlls/gdi/printdrv.c Thu Mar 28 17:22:05 2002 +++ wine/dlls/gdi/printdrv.c Mon Apr 29 15:29:42 2002 @@ -482,6 +482,8 @@ if (!strncmp("LPR:",pszOutput,4)) sprintf(psCmd,"|lpr -P%s",pszOutput+4); + if (!strncmp("CUPS:",pszOutput,4)) + sprintf(psCmd,"|lp -d%s",pszOutput+4);
Something tells me that two '4's above should be replaced by '5's ... -- Dmitry.
8628
Age (days ago)
8628
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov