mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Minor fix due to recent API changes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29428 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ca6a18f9dc
commit
1a7d326359
@ -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) +
|
||||
|
Loading…
Reference in New Issue
Block a user