Rewrite it to use g_string_append_c instead of some homebrew stuff
Этот коммит содержится в:
родитель
4c18892d94
Коммит
2bce868a9b
@ -1526,3 +1526,4 @@ 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