Codechange: use std::string for FiosIsValidFile
This commit is contained in:
@@ -190,7 +190,7 @@ void FiosGetDrives(FileList &file_list)
|
||||
}
|
||||
}
|
||||
|
||||
bool FiosIsValidFile(const char *path, const struct dirent *ent, struct stat *sb)
|
||||
bool FiosIsValidFile(const std::string &path, const struct dirent *ent, struct stat *sb)
|
||||
{
|
||||
/* hectonanoseconds between Windows and POSIX epoch */
|
||||
static const int64 posix_epoch_hns = 0x019DB1DED53E8000LL;
|
||||
|
Reference in New Issue
Block a user