diff --git a/src/win/process.c b/src/win/process.c index 3b4e1d58..7b4b562e 100644 --- a/src/win/process.c +++ b/src/win/process.c @@ -404,9 +404,9 @@ wchar_t* quote_cmd_arg(const wchar_t *source, wchar_t *target) { * input : hello""world * output: "hello\"\"world" * input : hello\world - * output: "hello\world" + * output: hello\world * input : hello\\world - * output: "hello\\world" + * output: hello\\world * input : hello\"world * output: "hello\\\"world" * input : hello\\"world