Merge branch '10.4' into 10.5

This commit is contained in:
Oleksandr Byelkin
2022-08-10 12:24:31 +02:00
39 changed files with 312 additions and 78 deletions

View File

@ -281,7 +281,7 @@ static char *convert_path(const char *argument)
@param[in] path The Windows path to examine.
@returns string containing excaped quotes if spaces found in path
@returns string containing escaped quotes if spaces found in path
*/
static char *add_quotes(const char *path)
{