mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 19:06:10 +00:00
Updated radare2 submodule (#652)
This commit is contained in:
parent
4782ac0945
commit
c2fb4ad2fe
2
radare2
2
radare2
@ -1 +1 @@
|
||||
Subproject commit b0547831f127b7357e3c93bc43933482a4d6213b
|
||||
Subproject commit f82b289822825e4c7403734f3b95dfd7f5e4f725
|
@ -37,7 +37,7 @@ void R2Task::breakTask()
|
||||
|
||||
void R2Task::joinTask()
|
||||
{
|
||||
r_core_task_join(Core()->core(), nullptr, task);
|
||||
r_core_task_join(Core()->core(), nullptr, task->id);
|
||||
}
|
||||
|
||||
QString R2Task::getResult()
|
||||
|
Loading…
Reference in New Issue
Block a user