From b4d9d56af4a6c4a4583a2443e1c2de7ea6fede8e Mon Sep 17 00:00:00 2001 From: Dominik Maier Date: Mon, 3 Feb 2020 10:55:15 +0100 Subject: broader python support --- src/afl-fuzz.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/afl-fuzz.c') diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c index 39e737c2..eae4ba1f 100644 --- a/src/afl-fuzz.c +++ b/src/afl-fuzz.c @@ -145,7 +145,7 @@ static void usage(u8* argv0) { argv0, EXEC_TIMEOUT, MEM_LIMIT); #ifdef USE_PYTHON - SAYF("Compiled with Python %s module support, see docs/python_mutators.txt\n", + SAYF("Compiled with %s module support, see docs/python_mutators.txt\n", (char*)PYTHON_VERSION); #endif -- cgit 1.4.1