mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-20 15:51:07 +01:00
Windows process: escape backslashes before quotes
This commit is contained in:
@@ -92,6 +92,9 @@ static int SDLCALL process_testArguments(void *arg)
|
||||
"'a' 'b' 'c'",
|
||||
"%d%%%s",
|
||||
"\\t\\c",
|
||||
"evil\\",
|
||||
"a\\b\"c\\",
|
||||
"\"\\^&|<>%", /* characters with a special meaning */
|
||||
NULL
|
||||
};
|
||||
SDL_Process *process = NULL;
|
||||
|
||||
Reference in New Issue
Block a user