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 коммит произвёл Slava Zanko
родитель b48c30e337
Коммит 7c64c2767b

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

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