version: Don't initialize the variable twice (clang).
This commit is contained in:
parent
1710013878
commit
89beac4719
|
@ -1413,7 +1413,6 @@ DWORD WINAPI VerInstallFileA(
|
|||
}
|
||||
}
|
||||
}
|
||||
xret = 0;
|
||||
if (!(flags & VIFF_FORCEINSTALL)) {
|
||||
VS_FIXEDFILEINFO *destvffi,*tmpvffi;
|
||||
buf1 = _fetch_versioninfo(destfn,&destvffi);
|
||||
|
|
Loading…
Reference in New Issue