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

Anton Korobeynikov asl at math.spbu.ru
Tue Aug 1 01:07:37 PDT 2006



Changes in directory llvm/lib/System/Win32:

Path.inc updated: 1.48 -> 1.49
---
Log message:

Minor fix due to recent API changes


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

 Path.inc |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/System/Win32/Path.inc
diff -u llvm/lib/System/Win32/Path.inc:1.48 llvm/lib/System/Win32/Path.inc:1.49
--- llvm/lib/System/Win32/Path.inc:1.48	Fri Jul 28 17:36:17 2006
+++ llvm/lib/System/Win32/Path.inc	Tue Aug  1 03:07:22 2006
@@ -334,7 +334,7 @@
 }
 
 bool
-Path::getStatusInfo(FileStatus &info, std::string *ErrStr) const {
+Path::getFileStatus(FileStatus &info, std::string *ErrStr) const {
   WIN32_FILE_ATTRIBUTE_DATA fi;
   if (!GetFileAttributesEx(path.c_str(), GetFileExInfoStandard, &fi))
     return GetError("getStatusInfo():" + std::string(path) +






More information about the llvm-commits mailing list