Fix dead nested assignment shlr/qnx/src/core.c
This commit is contained in:
parent
2a7cd75bc2
commit
1e2b9e39c2
1 changed files with 1 additions and 1 deletions
|
|
@ -366,7 +366,7 @@ int qnxr_read_memory(libqnxr_t *g, ut64 address, ut8 *data, ut64 len) {
|
|||
if (!g || !data)
|
||||
return -1;
|
||||
|
||||
tot_len = rcv_len = ask_len = 0;
|
||||
tot_len = ask_len = 0;
|
||||
|
||||
do {
|
||||
nto_send_init(g, DStMsg_memrd, 0, SET_CHANNEL_DEBUG);
|
||||
|
|
|
|||
Loading…
Reference in a new issue