removed StrFormatInternalBug quote delimitation

This commit is contained in:
Reese Russell
2023-08-18 02:34:10 +00:00
parent 6ce5e8f475
commit 6e8f6468cb
3 changed files with 5 additions and 6 deletions

View File

@@ -18,7 +18,7 @@
std::string StrFormatInternalBug(std::string_view msg, std::string_view file, int line, std::string_view func)
{
return strprintf("Internal bug detected: \"%s\"\n%s:%d (%s)\n"
return strprintf("Internal bug detected: %s\n%s:%d (%s)\n"
"%s %s\n"
"Please report this issue here: %s\n",
msg, file, line, func, PACKAGE_NAME, FormatFullVersion(), PACKAGE_BUGREPORT);