diff --git a/ctrtool/utils.c b/ctrtool/utils.c index fe12a62..92125e5 100644 --- a/ctrtool/utils.c +++ b/ctrtool/utils.c @@ -136,7 +136,7 @@ void readkeyfile(u8* key, const char* keyfname) if (keysize != 16) { - fprintf(stdout, "Error key size mismatch, got %"PRId64", expected %d\n", keysize, 16); + fprintf(stdout, "Error key size mismatch, got %"PRIu64", expected %d\n", keysize, 16); goto clean; }