mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-09 06:50:49 +00:00
fixing type in sdbforce that lead to brocken t
This commit is contained in:
parent
cf7a751fc5
commit
9c8253dd22
@ -26,7 +26,7 @@ static void show_help(RCore *core) {
|
||||
}
|
||||
|
||||
static int sdbforcb(void *p, const char *k, const char *v) {
|
||||
if (!strncmp (v, "type.", strlen ("type")+1))
|
||||
if (!strncmp (v, "type", strlen ("type")+1))
|
||||
r_cons_printf ("%s\n", k);
|
||||
return 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user