diff options
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; } } |