win: fix comment in quote_cmd_arg
PR-URL: https://github.com/libuv/libuv/pull/1113 Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com> Reviewed-by: Bert Belder <bertbelder@gmail.com>
This commit is contained in:
parent
7dfa54d6f8
commit
8658ef06c2
@ -492,7 +492,7 @@ WCHAR* quote_cmd_arg(const WCHAR *source, WCHAR *target) {
|
||||
* input : hello\\"world
|
||||
* output: "hello\\\\\"world"
|
||||
* input : hello world\
|
||||
* output: "hello world\"
|
||||
* output: "hello world\\"
|
||||
*/
|
||||
|
||||
*(target++) = L'"';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user