mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-02 02:06:46 +00:00
Change printf to println ##rbin (#13331)
This commit is contained in:
parent
f8fed5c38a
commit
4cacfefff1
@ -181,7 +181,7 @@ static void _print_strings(RCore *r, RList *list, int mode, int va) {
|
||||
r_cons_printf ("[");
|
||||
}
|
||||
if (IS_MODE_RAD (mode)) {
|
||||
r_cons_printf ("fs strings");
|
||||
r_cons_println ("fs strings");
|
||||
}
|
||||
if (IS_MODE_SET (mode) && r_config_get_i (r->config, "bin.strings")) {
|
||||
r_flag_space_set (r->flags, R_FLAGS_FS_STRINGS);
|
||||
|
Loading…
Reference in New Issue
Block a user