[llvm-commits] CVS: llvm/lib/System/Win32/Path.cpp

Jeff Cohen jeffc at jolt-lang.org
Fri Dec 17 22:42:26 PST 2004



Changes in directory llvm/lib/System/Win32:

Path.cpp updated: 1.20 -> 1.21
---
Log message:

Fix win32 breakage

---
Diffs of the changes:  (+1 -0)

Index: llvm/lib/System/Win32/Path.cpp
diff -u llvm/lib/System/Win32/Path.cpp:1.20 llvm/lib/System/Win32/Path.cpp:1.21
--- llvm/lib/System/Win32/Path.cpp:1.20	Wed Dec 15 17:02:10 2004
+++ llvm/lib/System/Win32/Path.cpp	Sat Dec 18 00:42:15 2004
@@ -603,6 +603,7 @@
 
   // Make this into a unique file name
   makeUnique( reuse_current );
+  return true;
 }
 
 }






More information about the llvm-commits mailing list