Windows: correct comment in process.c
This commit is contained in:
parent
041d60e141
commit
c834d5de9e
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user