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

This commit is contained in:
Hans Leidekker 2011-01-27 11:56:23 +01:00 committed by Alexandre Julliard
parent 53b5e7f319
commit eb4e5d6024
1 changed files with 0 additions and 1 deletions

View File

@ -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)