Minor fix when opening two files

This commit is contained in:
alvarofe 2017-08-25 00:44:50 +02:00
parent 68c4dbae7e
commit 366cbc4caa

View File

@ -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) {