mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 08:14:45 +02:00
Common: FileUtil rename buildfix.
This commit is contained in:
@@ -753,7 +753,7 @@ PSPFileInfo DirectoryFileSystem::GetFileInfo(std::string filename) {
|
||||
if (x.type != FILETYPE_DIRECTORY) {
|
||||
File::FileInfo info;
|
||||
if (!File::GetFileInfo(fullName.c_str(), &info)) {
|
||||
ERROR_LOG(FILESYS, "DirectoryFileSystem::GetFileInfo: GetFileDetails failed: %s", fullName.c_str());
|
||||
ERROR_LOG(FILESYS, "DirectoryFileSystem::GetFileInfo: GetFileInfo failed: %s", fullName.c_str());
|
||||
} else {
|
||||
x.size = info.size;
|
||||
x.access = info.access;
|
||||
|
||||
Reference in New Issue
Block a user