From 37478c5ac1efb8e4f19ffc94f444e160600c7b27 Mon Sep 17 00:00:00 2001 From: jackpoz Date: Sun, 28 Apr 2019 17:53:19 +0200 Subject: Core/CrashHandler: Update placeholder text --- src/common/Debugging/WheatyExceptionReport.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/Debugging/WheatyExceptionReport.cpp') diff --git a/src/common/Debugging/WheatyExceptionReport.cpp b/src/common/Debugging/WheatyExceptionReport.cpp index 4f091c19143..db2d050794f 100644 --- a/src/common/Debugging/WheatyExceptionReport.cpp +++ b/src/common/Debugging/WheatyExceptionReport.cpp @@ -1503,7 +1503,7 @@ std::string SymbolDetail::ToString() if (!Value.empty()) { if (Name == "passwd" || Name == "password") - Value = ""; + Value = ""; formatted += " = " + Value; } return formatted; -- cgit v1.2.3