From 0cb376a161c82080dcd3de5d2bc5a41d8ee3091f Mon Sep 17 00:00:00 2001 From: SirLynix Date: Thu, 15 Feb 2024 11:19:31 +0100 Subject: [PATCH] Update check-files --- src/Nazara/Core/Posix/FileImpl.cpp | 6 +++--- xmake/actions/checkfiles.lua | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Nazara/Core/Posix/FileImpl.cpp b/src/Nazara/Core/Posix/FileImpl.cpp index a737504bf..6f3641355 100644 --- a/src/Nazara/Core/Posix/FileImpl.cpp +++ b/src/Nazara/Core/Posix/FileImpl.cpp @@ -3,11 +3,11 @@ // For conditions of distribution and use, see copyright notice in Config.hpp #include -#include -#include #include #include +#include #include +#include #include #include #include @@ -137,7 +137,7 @@ namespace Nz::PlatformImpl NazaraErrorFmt("failed to read from file: {0}", Error::GetLastSystemError()); return 0; } - + m_endOfFile = (static_cast(read) != size); m_endOfFileUpdated = true; diff --git a/xmake/actions/checkfiles.lua b/xmake/actions/checkfiles.lua index de6ca1e1c..6a0df443f 100644 --- a/xmake/actions/checkfiles.lua +++ b/xmake/actions/checkfiles.lua @@ -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 = {}