From fc662341e6f85da78ada0e443f6116b978f79f22 Mon Sep 17 00:00:00 2001 From: Igor Pavlov <87184205+ip7z@users.noreply.github.com> Date: Tue, 14 May 2024 00:00:00 +0000 Subject: 24.05 --- CPP/Windows/ProcessUtils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CPP/Windows/ProcessUtils.cpp') diff --git a/CPP/Windows/ProcessUtils.cpp b/CPP/Windows/ProcessUtils.cpp index 607b4bb..f5e156c 100644 --- a/CPP/Windows/ProcessUtils.cpp +++ b/CPP/Windows/ProcessUtils.cpp @@ -17,7 +17,7 @@ static UString GetQuotedString(const UString &s) { UString s2 ('\"'); s2 += s; - s2 += '\"'; + s2.Add_Char('\"'); return s2; } #endif -- cgit v1.2.3-55-g6feb