mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-09-07 10:06:00 -05:00
Fix string sanitation logic error.
This commit is contained in:
@@ -32,7 +32,7 @@ namespace
|
||||
/// @brief Build month.
|
||||
constexpr uint8_t BUILD_MON = 9;
|
||||
/// @brief Build day.
|
||||
constexpr uint8_t BUILD_DAY = 8;
|
||||
constexpr uint8_t BUILD_DAY = 13;
|
||||
/// @brief Year.
|
||||
constexpr uint16_t BUILD_YEAR = 2025;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user