Merge branch '2.1' into develop

This commit is contained in:
Johan Wikman
2017-08-15 10:31:30 +03:00
12 changed files with 24 additions and 24 deletions

View File

@ -37,7 +37,7 @@ int tokenize_arguments(char* argstr, char** argv)
bool escaped = false;
char *ptr, *start;
char args[strlen(argstr) + 1];
char qc;
char qc = 0;
strcpy(args, argstr);
start = args;