mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-11 09:05:33 +00:00
* BugFix: pxA did not display the last line of its output
This commit is contained in:
parent
28b123c76a
commit
da1673b5d4
@ -1359,6 +1359,7 @@ static int cmd_print_pxA(RCore *core, int len, const char *data) {
|
||||
}
|
||||
i += opsz;
|
||||
}
|
||||
r_cons_printf (" %d\n", i-oi);
|
||||
if (bgcolor_in_heap) free (bgcolor);
|
||||
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user