diff options
author | hexcoder- <heiko@hexco.de> | 2019-08-12 10:52:45 +0200 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2019-08-12 10:52:45 +0200 |
commit | 925cfba424095a70e8476dfe25a94704639fc597 (patch) | |
tree | 72f8b9ea1c17eb86f9b79b744f0ba608490d3e40 /afl-showmap.c | |
parent | f63318a20f5ed974de5f8068a67d1292c64ca776 (diff) | |
download | afl++-925cfba424095a70e8476dfe25a94704639fc597.tar.gz |
signedness in print formats corrected
Diffstat (limited to 'afl-showmap.c')
-rw-r--r-- | afl-showmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" |