Skip to content

Commit

Permalink
Merge pull request #2197 from xiaoyifang/fix/issue-2196
Browse files Browse the repository at this point in the history
fix: temporary string cause crash
  • Loading branch information
xiaoyifang authored Feb 23, 2025
2 parents b72089b + f666d67 commit 9025b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dict/loaddictionaries.hh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public:
}

/// Empty string means to exception occurred
std::string const & getExceptionText() const
std::string getExceptionText() const
{
return exceptionTexts.join( "\n" ).toStdString();
}
Expand Down

0 comments on commit 9025b10

Please sign in to comment.