http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ce25da
)
wineps.drv: Ignore LPR: destination in Output parameter of a document (fix eterbug...
author
Vitaly Perov
<vitperov@etersoft.ru>
Fri, 22 May 2009 11:11:56 +0000
(15:11 +0400)
committer
Vitaly Lipatov
<lav@etersoft.ru>
Fri, 22 May 2009 11:38:12 +0000
(15:38 +0400)
dlls/wineps.drv/escape.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/wineps.drv/escape.c
b/dlls/wineps.drv/escape.c
index d4ae902e7f343a79a7185e848cc89581c3e0eca8..420363d90a0b040b01c1273ad2c81fdec993a86f 100644
(file)
--- a/
dlls/wineps.drv/escape.c
+++ b/
dlls/wineps.drv/escape.c
@@
-407,7
+407,7
@@
static INT PSDRV_StartDocA( PSDRV_PDEVICE *physDev, const DOCINFOA *doc )
return 0;
}
- if(doc->lpszOutput)
+ if(doc->lpszOutput
&& strncmp("LPR:",doc->lpszOutput,4)
)
output = doc->lpszOutput;
else if(physDev->job.output)
{