diff options
| author | Anton Korobeynikov <asl@math.spbu.ru> | 2006-08-01 08:07:22 +0000 |
|---|---|---|
| committer | Anton Korobeynikov <asl@math.spbu.ru> | 2006-08-01 08:07:22 +0000 |
| commit | 98484fc56846acfb1755339423d6b6a89706f699 (patch) | |
| tree | 136bcf1d976330caca91eff1d44ed40b0795f783 /llvm | |
| parent | 69e2232a1b4cab575e72dd985c4a69e091ef4b04 (diff) | |
| download | bcm5719-llvm-98484fc56846acfb1755339423d6b6a89706f699.tar.gz bcm5719-llvm-98484fc56846acfb1755339423d6b6a89706f699.zip | |
Minor fix due to recent API changes
llvm-svn: 29428
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/lib/System/Win32/Path.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/System/Win32/Path.inc b/llvm/lib/System/Win32/Path.inc index 7c14ea7df47..7b74746900e 100644 --- a/llvm/lib/System/Win32/Path.inc +++ b/llvm/lib/System/Win32/Path.inc @@ -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) + |

