Merge branch '10.5' into 10.6

This commit is contained in:
Oleksandr Byelkin
2022-08-10 13:06:08 +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)
{