Commit f27df046 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

winspool: If CUPS is found but lists no printers assume that there really are no…

winspool: If CUPS is found but lists no printers assume that there really are no printers - don't look in /etc/printcap.
parent 1aa5696c
......@@ -567,7 +567,7 @@ static BOOL CUPS_LoadPrinters(void)
}
pcupsFreeDests(nrofdests, dests);
RegCloseKey(hkeyPrinters);
return hadprinter;
return TRUE;
}
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment