Fix escaping functions to also escape the leading whitespace
Этот коммит содержится в:
родитель
b0e39cc68d
Коммит
4c18892d94
@ -1526,4 +1526,3 @@ Q_ (const char *s)
|
|||||||
sep = strchr(result, '|');
|
sep = strchr(result, '|');
|
||||||
return (sep != NULL) ? sep + 1 : result;
|
return (sep != NULL) ? sep + 1 : result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user