Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wargio committed Jan 7, 2024
1 parent 88fa215 commit 4ebb467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Cutter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3194,7 +3194,7 @@ QList<SymbolDescription> CutterCore::getAllSymbols()
}

QList<SymbolDescription> ret;
const RzPVector *symbols = rz_bin_object_get_symbols(core->bin->cur->o);
const RzPVector *symbols = rz_bin_object_get_symbols(bf->o);
if (symbols) {
for (const auto &bs : CutterPVector<RzBinSymbol>(symbols)) {
QString type = QString(bs->bind) + " " + QString(bs->type);
Expand Down

0 comments on commit 4ebb467

Please sign in to comment.