[misc] set rufus-next to 1.3.2

* Also fixed a couple Clang, MSVC Analyzer and MinGW64 warnings
This commit is contained in:
Pete Batard 2013-01-20 23:34:13 +00:00
parent 0196de6f4d
commit 8ff8b41273
8 changed files with 24 additions and 27 deletions

View file

@ -210,6 +210,8 @@ BOOL WimExtractFile(const char* image, int index, const char* src, const char* d
{
if ((!has_wimgapi) && (!has_7z) && (!WimExtractCheck()))
return FALSE;
if ((image == NULL) || (src == NULL) || (dst == NULL))
return FALSE;
// Prefer 7-Zip as, unsurprisingly, it's faster than the Microsoft way,
// but allow fallback if 7-Zip doesn't succeed