Update check-files

This commit is contained in:
SirLynix 2024-02-15 11:19:31 +01:00
parent 3756f93f51
commit 0cb376a161
2 changed files with 4 additions and 4 deletions

View File

@ -3,11 +3,11 @@
// For conditions of distribution and use, see copyright notice in Config.hpp
#include <Nazara/Core/Posix/FileImpl.hpp>
#include <Nazara/Core/Posix/PosixUtils.hpp>
#include <NazaraUtils/CallOnExit.hpp>
#include <Nazara/Core/Error.hpp>
#include <Nazara/Core/StringExt.hpp>
#include <Nazara/Core/Posix/PosixUtils.hpp>
#include <NazaraUtils/Algorithm.hpp>
#include <NazaraUtils/CallOnExit.hpp>
#include <NazaraUtils/PathUtils.hpp>
#include <cstdio>
#include <fcntl.h>
@ -137,7 +137,7 @@ namespace Nz::PlatformImpl
NazaraErrorFmt("failed to read from file: {0}", Error::GetLastSystemError());
return 0;
}
m_endOfFile = (static_cast<std::size_t>(read) != size);
m_endOfFileUpdated = true;

View File

@ -620,7 +620,7 @@ on_run(function ()
)
local currentYear = os.date("%Y")
local engineAuthor = "Jérôme \"Lynix\" Leclercq (lynix680@gmail.com)"
local engineAuthor = "Jérôme \"SirLynix\" Leclercq (lynix680@gmail.com)"
local prevAuthor = "Jérôme Leclercq"
local fixes = {}