Browse Source
Don't use fmt::format() when formatting wxString objects. It will throw an exception on an argument type mismatch which isn't handled in most code paths. This also prevents the conversion of the fmt::format() arguments from wxString to std::string and the result from std::string back to wxString for the return value. https://scan8.scan.coverity.com/#/project-view/22886/10844?selectedIssue=545159revert-0c36e162
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue