[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

@ -419,7 +419,7 @@ BOOL ExtractFreeDOS(const char* path)
res_data = (BYTE*)LockResource(res_handle);
res_size = SizeofResource(NULL, res);
safe_strcpy(filename, sizeof(filename), (i<2)?path:locale_path);
safe_strcpy(filename, sizeof(filename), ((i<2)?path:locale_path));
safe_strcat(filename, sizeof(filename), "\\");
safe_strcat(filename, sizeof(filename), res_name[i]);