Commit c230736b authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

advpack: Remove a useless test.

parent 9907387b
...@@ -709,7 +709,7 @@ HRESULT WINAPI ExtractFilesA(LPCSTR CabName, LPCSTR ExpandDir, DWORD Flags, ...@@ -709,7 +709,7 @@ HRESULT WINAPI ExtractFilesA(LPCSTR CabName, LPCSTR ExpandDir, DWORD Flags,
if (FileList) if (FileList)
{ {
szConvertedList = convert_file_list(FileList, &dwFileCount); szConvertedList = convert_file_list(FileList, &dwFileCount);
if (!szConvertedList || dwFileCount == -1) if (!szConvertedList)
{ {
res = E_FAIL; res = E_FAIL;
goto done; goto done;
......
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