Minor fix due to recent API changes
authorAnton Korobeynikov <asl@math.spbu.ru>
Tue, 1 Aug 2006 08:07:22 +0000 (08:07 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Tue, 1 Aug 2006 08:07:22 +0000 (08:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29428 91177308-0d34-0410-b5e6-96231b3b80d8

lib/System/Win32/Path.inc

index 7c14ea7df47a3a71792f9c644b28169f0242baaf..7b74746900e1666cdac6c12404b0a487f031d7d9 100644 (file)
@@ -334,7 +334,7 @@ Path::getLast() const {
 }
 
 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) +