Updated radare2 submodule (#652)

This commit is contained in:
xarkes 2018-08-23 18:44:26 +02:00 committed by GitHub
parent 4782ac0945
commit c2fb4ad2fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit b0547831f127b7357e3c93bc43933482a4d6213b
Subproject commit f82b289822825e4c7403734f3b95dfd7f5e4f725

View File

@ -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()