Fix 'Rizin Graph' widget (#3179)

This commit is contained in:
Giovanni 2023-05-11 13:44:33 +08:00 committed by GitHub
parent beec78b4e2
commit 5a12f7c626
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,7 +96,7 @@ void GenericRizinGraphView::loadCurrentGraph()
return;
}
CutterJson functionsDoc = Core()->cmdj(QString("%1j").arg(graphCommand));
CutterJson functionsDoc = Core()->cmdj(QString("%1 json").arg(graphCommand));
auto nodes = functionsDoc["nodes"];
for (CutterJson block : nodes) {