diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-04-11 01:09:07 +0200 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-04-11 01:09:07 +0200 |
commit | 29ee3a1ffca2aa5a3939beb84d7c6a81621f3355 (patch) | |
tree | de84a56e03a29f111586c0532d4b7b81276b0afd /src/afl-common.c | |
parent | 39e8b918062ee92be03480075fedefcb7801f32a (diff) | |
download | afl++-29ee3a1ffca2aa5a3939beb84d7c6a81621f3355.tar.gz |
refactored cmplog
Diffstat (limited to 'src/afl-common.c')
-rw-r--r-- | src/afl-common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/afl-common.c b/src/afl-common.c index 5216c7e0..7eba6ae4 100644 --- a/src/afl-common.c +++ b/src/afl-common.c @@ -235,7 +235,7 @@ char **get_qemu_argv(u8 *own_loc, u8 **target_path_p, int argc, char **argv) { "Oops, unable to find the 'afl-qemu-trace' binary. The binary must be " "built\n" " separately by following the instructions in " - "afl->qemu_mode/README.md. " + "qemu_mode/README.md. " "If you\n" " already have the binary installed, you may need to specify " "AFL_PATH in the\n" @@ -332,7 +332,7 @@ char **get_wine_argv(u8 *own_loc, u8 **target_path_p, int argc, char **argv) { "Oops, unable to find the '%s' binary. The binary must be " "built\n" " separately by following the instructions in " - "afl->qemu_mode/README.md. " + "qemu_mode/README.md. " "If you\n" " already have the binary installed, you may need to specify " "AFL_PATH in the\n" |