diff options
Diffstat (limited to '')
-rw-r--r-- | CPP/Windows/ProcessUtils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
17 | { | 17 | { |
18 | UString s2 ('\"'); | 18 | UString s2 ('\"'); |
19 | s2 += s; | 19 | s2 += s; |
20 | s2 += '\"'; | 20 | s2.Add_Char('\"'); |
21 | return s2; | 21 | return s2; |
22 | } | 22 | } |
23 | #endif | 23 | #endif |