Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Sep 2024 09:19:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        desktop@FreeBSD.org
Subject:   [Bug 281083] devel/glib20: update to 2.82.0
Message-ID:  <bug-281083-39348-IxWGAHxPyA@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-281083-39348@https.bugs.freebsd.org/bugzilla/>
References:  <bug-281083-39348@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D281083

--- 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)])

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-281083-39348-IxWGAHxPyA>