compile-time enforcement of printf strings

only:uaefi
This commit is contained in:
Andrey 2024-06-10 21:55:43 -04:00
parent 2e0798632f
commit 7c6d8aa6b1
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ static Timer printVersionTimer;
static void printRusefiVersion(const char *engineTypeName, const char *firmwareBuildId) {
// VersionChecker in rusEFI console is parsing these version string, please follow the expected format
efiPrintfProto(PROTOCOL_VERSION_TAG, "%d@%d %s %s %d",
efiPrintfProto(PROTOCOL_VERSION_TAG, "%d@%d %s %s %ld",
getRusEfiVersion(), SIGNATURE_HASH,
firmwareBuildId,
engineTypeName,