mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-07 07:00:48 +00:00
Update src/process/windows/SDL_windowsprocess.c
Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>
This commit is contained in:
parent
3cf54675bb
commit
82b33a7d3f
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ static bool join_arguments(const char * const *args, char **args_out)
|
|||
break;
|
||||
case '\\':
|
||||
result[i_out++] = *a;
|
||||
if (*(a + 1) == '"' || *(a + 1) == '\0') {
|
||||
if (a[1] == '"' || a[1] == '\0') {
|
||||
result[i_out++] = *a;
|
||||
}
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue