Commit eb4e5d60 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

msi: Return the correct disk prompt size from MsiSourceListEnumMediaDisksW (clang).

parent 53b5e7f3
......@@ -330,7 +330,6 @@ UINT WINAPI MsiSourceListEnumMediaDisksW(LPCWSTR szProductCodeOrPatchCode,
else
size = lstrlenW(ptr);
size = lstrlenW(ptr);
if (size >= *pcchDiskPrompt)
r = ERROR_MORE_DATA;
else if (szDiskPrompt)
......
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