Skip to content

Commit

Permalink
Merge pull request #48 from Muirey03:main
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 662183992
Change-Id: I13e405a31805df1d7f0bf866c45e4689072a557b
  • Loading branch information
copybara-github committed Aug 12, 2024
2 parents da4b78a + fe508a8 commit 83e7849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ida/results.cc
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ Results::UnmatchedDescription Results::GetUnmatchedDescription(
}

const std::string* name = flow_graph_info.demangled_name;
if (name == nullptr) {
if (name == nullptr || name->empty()) {
name = flow_graph_info.name;
}

Expand Down

0 comments on commit 83e7849

Please sign in to comment.