diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2004-12-18 06:42:15 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2004-12-18 06:42:15 +0000 |
commit | f8cdb85d0556a3974205935cf43543196989a990 (patch) | |
tree | e621d2eb5090489c0597582d2fd7841bb779e07c /lib/System/Win32/Path.cpp | |
parent | 1bd2653c8f0a683d4a405ef5887e77cc662d78bc (diff) |
Fix win32 breakage
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19028 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/System/Win32/Path.cpp')
-rw-r--r-- | lib/System/Win32/Path.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/System/Win32/Path.cpp b/lib/System/Win32/Path.cpp index 3e179eaf48..9141ce086f 100644 --- a/lib/System/Win32/Path.cpp +++ b/lib/System/Win32/Path.cpp @@ -603,6 +603,7 @@ Path::createTemporaryFile(bool reuse_current) { // Make this into a unique file name makeUnique( reuse_current ); + return true; } } |