mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-14 00:38:55 +00:00
reverted string padding in cmd_seek
This commit is contained in:
parent
ca4ec79bc0
commit
f6d2c77a97
@ -286,6 +286,6 @@ static int cmd_seek(void *data, const char *input) {
|
||||
"| sr pc seek to register\n");
|
||||
break;
|
||||
}
|
||||
} else r_cons_printf ("0x%08"PFMT64x"\n", core->offset);
|
||||
} else r_cons_printf ("0x%"PFMT64x"\n", core->offset);
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user