1
1

Rewrite it to use g_string_append_c instead of some homebrew stuff

Этот коммит содержится в:
Patrick Winnertz 2009-01-07 18:35:48 +01:00
родитель 4c18892d94
Коммит 2bce868a9b

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

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