Silence compilation warning in show_reg_args() ##anal

This commit is contained in:
Paul B Mahol 2022-08-07 15:18:52 +02:00 committed by pancake
parent d747f49147
commit 11c2d8de07

View File

@ -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
}