mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-30 00:20:52 +00:00
* Initialize core->blocksize_max
This commit is contained in:
parent
58dfc4051d
commit
1c7d7631bb
@ -293,6 +293,7 @@ static const char *r_core_print_offname(void *p, ut64 addr) {
|
||||
R_API int r_core_init(RCore *core) {
|
||||
static int singleton = R_TRUE;
|
||||
core->rtr_n = 0;
|
||||
core->blocksize_max = R_CORE_BLOCKSIZE_MAX;
|
||||
core->visual = R_FALSE;
|
||||
core->ffio = 0;
|
||||
core->oobi = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user