mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Use the FreeBSD cgit URL
This commit is contained in:
parent
859748eccd
commit
ec780d0d4a
@ -77,7 +77,7 @@ try_conversion (const char *to_codeset,
|
||||
#if defined(__FreeBSD__) && defined(ICONV_SET_ILSEQ_INVALID)
|
||||
/* On FreeBSD request GNU iconv compatible handling of characters that cannot
|
||||
* be repesented in the destination character set.
|
||||
* See https://github.com/freebsd/freebsd-src/commit/7c5b23111c5fd1992
|
||||
* See https://cgit.freebsd.org/src/commit/?id=7c5b23111c5fd1992047922d4247c4a1ce1bb6c3
|
||||
*/
|
||||
int value = 1;
|
||||
if (iconvctl (*cd, ICONV_SET_ILSEQ_INVALID, &value) != 0)
|
||||
|
Loading…
Reference in New Issue
Block a user