mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-06 21:30:30 +00:00
Minor fix when opening two files
This commit is contained in:
parent
68c4dbae7e
commit
366cbc4caa
@ -758,7 +758,7 @@ static int cmd_open(void *data, const char *input) {
|
||||
/* fall through */
|
||||
case ' ':
|
||||
{
|
||||
ut64 ba = 0L;
|
||||
ut64 ba = baddr;
|
||||
ut64 ma = 0L;
|
||||
char *fn = strdup (input + (isn? 2:1));
|
||||
if (!fn || !*fn) {
|
||||
|
Loading…
Reference in New Issue
Block a user