1
1

Fix escaping functions to also escape the leading whitespace

Этот коммит содержится в:
Patrick Winnertz 2009-01-06 22:48:30 +01:00
родитель b0e39cc68d
Коммит 4c18892d94

Просмотреть файл

@ -1526,4 +1526,3 @@ Q_ (const char *s)
sep = strchr(result, '|');
return (sep != NULL) ? sep + 1 : result;
}