mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01: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);
|
||||
|
||||
errno = saved_errno;
|
||||
return msg;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
if (!g_get_console_charset (NULL))
|
||||
|
Loading…
Reference in New Issue
Block a user