mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-31 00:35:05 +00:00
Fix PR (#1812)
This commit is contained in:
parent
afd63e97cd
commit
d450044a2d
@ -159,7 +159,7 @@ void StackModel::reload()
|
|||||||
if (!refObject.isUndefined()) { // check that the key exists
|
if (!refObject.isUndefined()) { // check that the key exists
|
||||||
QString ref = refObject.toString();
|
QString ref = refObject.toString();
|
||||||
if (ref.contains("ascii") && ref.count("-->") == 1) {
|
if (ref.contains("ascii") && ref.count("-->") == 1) {
|
||||||
ref = Core()->cmd(QString("psz @ [%1]").arg(item.offset));
|
ref = Core()->cmdj(QString("pszj @ [%1]").arg(item.offset)).object().value("string").toString();
|
||||||
}
|
}
|
||||||
item.description = ref;
|
item.description = ref;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user