[prev in list] [next in list] [prev in thread] [next in thread] 

List:       wine-devel
Subject:    [PATCH] winspool.drv: return success in AddPrintProcessorA
From:       Austin English <austinenglish () gmail ! com>
Date:       2020-04-30 20:09:39
Message-ID: 20200430200939.10585-1-austinenglish () gmail ! com
[Download RAW message or body]

This syncs the return value with AddPrintProcessorW

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=26171
Signed-off-by: Austin English <austinenglish@gmail.com>
---
 dlls/winspool.drv/info.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/winspool.drv/info.c b/dlls/winspool.drv/info.c
index 593f091c2d..0ddca147e6 100644
--- a/dlls/winspool.drv/info.c
+++ b/dlls/winspool.drv/info.c
@@ -5405,7 +5405,7 @@ BOOL WINAPI AddPrintProcessorA(LPSTR pName, LPSTR pEnvironment, LPSTR pPathName,
 {
     FIXME("(%s,%s,%s,%s): stub\n", debugstr_a(pName), debugstr_a(pEnvironment),
           debugstr_a(pPathName), debugstr_a(pPrintProcessorName));
-    return FALSE;
+    return TRUE;
 }
 
 /*****************************************************************************
-- 
2.24.1


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic