mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Changed: Fix english comment
This commit is contained in:
parent
12ae0ca308
commit
1a9cd3bdd3
1 changed files with 1 additions and 1 deletions
|
@ -2148,7 +2148,7 @@ bool CFile::setFileModificationDate(const std::string &filename, uint32 modTime)
|
|||
FILETIME accessFileTime;
|
||||
FILETIME modFileTime;
|
||||
|
||||
// read the current the files times
|
||||
// read the current file time
|
||||
if (GetFileTime(h, &creationFileTime, &accessFileTime, &modFileTime) == 0)
|
||||
{
|
||||
nlwarning("Can't set modification date on file '%s' : %s", fn.c_str(), formatErrorMessage(getLastError()).c_str());
|
||||
|
|
Loading…
Reference in a new issue