EmojiCompletion: Avoid another un/signed warning
The cherry-pick missed this, I guess.
This commit is contained in:
@@ -434,7 +434,7 @@ get_text (GVariant *emoji_data,
|
||||
gsize length)
|
||||
{
|
||||
GVariant *codes;
|
||||
int i;
|
||||
gsize i;
|
||||
char *p;
|
||||
|
||||
p = text;
|
||||
|
||||
Reference in New Issue
Block a user