mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-05 20:50:06 +00:00
Silence compilation warning in show_reg_args() ##anal
This commit is contained in:
parent
d747f49147
commit
11c2d8de07
@ -12043,7 +12043,7 @@ static void cmd_anal_classes(RCore *core, const char *input) {
|
||||
|
||||
static void show_reg_args(RCore *core, int nargs, RStrBuf *sb) {
|
||||
int i;
|
||||
char regname[8];
|
||||
char regname[12];
|
||||
if (nargs < 0) {
|
||||
nargs = 4; // default args if not defined
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user