mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-05 03:56:46 +00:00
Oops
This commit is contained in:
parent
5cd046f9e2
commit
4156786daa
@ -6634,7 +6634,7 @@ static void cmd_agraph_print(RCore *core, const char *input) {
|
||||
if (r_config_get_i (core->config, "graph.web")) {
|
||||
r_core_cmd0 (core, "=H /graph/");
|
||||
} else {
|
||||
const char *filename = r_str_trim_ro (input + 1)
|
||||
const char *filename = r_str_trim_ro (input + 1);
|
||||
char *cmd = graph_cmd (core, "aggd", filename);
|
||||
if (cmd && *cmd) {
|
||||
if (input[1] == ' ') {
|
||||
|
Loading…
Reference in New Issue
Block a user