mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-04 22:33:36 -07:00
Fix size_t format specifier
This commit is contained in:
@@ -1704,7 +1704,7 @@ NfcCommand mf_classic_poller_handler_nested_log(MfClassicPoller* instance) {
|
||||
if(weak_prng && (!(static_encrypted)) && (dict_attack_ctx->nested_nonce.count != 2)) {
|
||||
FURI_LOG_E(
|
||||
TAG,
|
||||
"MfClassicPollerStateNestedLog expected 2 nonces, received %u",
|
||||
"MfClassicPollerStateNestedLog expected 2 nonces, received %zu",
|
||||
dict_attack_ctx->nested_nonce.count);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user