Commit 89faa567 authored by Klaas van Gend's avatar Klaas van Gend Committed by Alexandre Julliard

Bugfix for EnumPrinters level 2.

parent 20ac2072
......@@ -533,6 +533,7 @@ BOOL ENUMPRINTERS_AddInfo2A(
}
else
{
if (bCalcSpaceOnly==FALSE)
lpPInfo2->pServerName = NULL;
bCalcSpaceOnly = ENUMPRINTERS_AddStringFromRegistryA(hPrinterSettings,
"Name", &(lpPInfo2->pPrinterName),
......
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