[Bug 281083] devel/glib20: update to 2.82.0

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 04 Sep 2024 09:19:13 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281083

--- Comment #9 from mew14930xvi <mew14930xvi@inbox.lv> ---
It was not an implicit type conversion.

glib 2.80.5
#define g_utf8_next_char(p) (char *)((p) + g_utf8_skip[*(const guchar *)(p)])

glib 2.82.0
#define g_utf8_next_char(p) ((p) + g_utf8_skip[*(const guchar *)(p)])

-- 
You are receiving this mail because:
You are on the CC list for the bug.