Fix dead nested assignment librz/core/cmd_print.c
This commit is contained in:
parent
6c14dd0f13
commit
01b68655d8
1 changed files with 3 additions and 3 deletions
|
|
@ -4806,11 +4806,11 @@ RZ_IPI int rz_cmd_print(void *data, const char *input) {
|
|||
int i, len, ret;
|
||||
ut8 *block;
|
||||
ut32 tbs = core->blocksize;
|
||||
ut64 n, off, from, to, at, ate, piece;
|
||||
ut64 n, off, from, to;
|
||||
ut64 tmpseek = UT64_MAX;
|
||||
const size_t addrbytes = core->io->addrbytes;
|
||||
i = l = len = ret = 0;
|
||||
n = off = from = to = at = ate = piece = 0;
|
||||
ret = 0;
|
||||
to = 0;
|
||||
PJ *pj = NULL;
|
||||
|
||||
rz_print_init_rowoffsets(core->print);
|
||||
|
|
|
|||
Loading…
Reference in a new issue