mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-26 17:16:53 +02:00
Merge branch 'fix-gstrerror-warning' into 'main'
gstrfuncs: Fix a compiler warning in g_strerror() See merge request GNOME/glib!2956
This commit is contained in:
commit
1db9066485
@ -1362,7 +1362,7 @@ g_strerror (gint errnum)
|
|||||||
G_UNLOCK (errors);
|
G_UNLOCK (errors);
|
||||||
|
|
||||||
errno = saved_errno;
|
errno = saved_errno;
|
||||||
return msg;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!g_get_console_charset (NULL))
|
if (!g_get_console_charset (NULL))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user