This commit is contained in:
Jon
2026-06-03 07:08:19 +01:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ endif()
set(VERSION_MAJOR 1)
set(VERSION_MINOR 8)
set(VERSION_PATCH 0)
set(VERSION_TWEAK 0)
set(VERSION_TWEAK 2)
set(VERSION_RC "${CMAKE_CURRENT_BINARY_DIR}/version.rc")
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/version.rc.in" "${VERSION_RC}" @ONLY)
+1 -1
View File
@@ -46,7 +46,7 @@ private:
[[nodiscard]] char XOR(const char b, const long position) const
{
if (position > line_length - 4) {
if (position >= (line_length / 4) * 4) {
return b ^ TPF_XOREven;
}
+1 -1
View File
@@ -46,7 +46,7 @@ private:
[[nodiscard]] char XOR(const char b, const long position) const
{
if (position > line_length - 4) {
if (position >= (line_length / 4) * 4) {
return b ^ TPF_XOREven;
}