From 925cfba424095a70e8476dfe25a94704639fc597 Mon Sep 17 00:00:00 2001 From: hexcoder- Date: Mon, 12 Aug 2019 10:52:45 +0200 Subject: signedness in print formats corrected --- afl-showmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'afl-showmap.c') diff --git a/afl-showmap.c b/afl-showmap.c index bce7cb4e..af3b36ee 100644 --- a/afl-showmap.c +++ b/afl-showmap.c @@ -409,7 +409,7 @@ static void usage(u8* argv0) { "Execution control settings:\n\n" " -t msec - timeout for each run (none)\n" - " -m megs - memory limit for child process (%u MB)\n" + " -m megs - memory limit for child process (%d MB)\n" " -Q - use binary-only instrumentation (QEMU mode)\n" " -U - use Unicorn-based instrumentation (Unicorn mode)\n" " (Not necessary, here for consistency with other afl-* tools)\n\n" -- cgit 1.4.1