mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-17 21:35:07 +00:00
Initialize TempFileHandle.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186684 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
db92fb0716
commit
ebd21b30eb
@ -185,7 +185,7 @@ retry_random_path:
|
|||||||
random_path_utf16.push_back(0);
|
random_path_utf16.push_back(0);
|
||||||
random_path_utf16.pop_back();
|
random_path_utf16.pop_back();
|
||||||
|
|
||||||
HANDLE TempFileHandle;
|
HANDLE TempFileHandle = INVALID_HANDLE_VALUE;
|
||||||
|
|
||||||
switch (Type) {
|
switch (Type) {
|
||||||
case FS_File: {
|
case FS_File: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user