mirror of
https://github.com/brl/mutter.git
synced 2024-12-26 04:42:14 +00:00
onscreen/native: Replace an old strerror with g_strerror
For consistency with the previous commit. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3418>
This commit is contained in:
parent
ee3968981f
commit
8252f71447
@ -2125,7 +2125,7 @@ init_secondary_gpu_state_gpu_copy_mode (MetaRendererNative *renderer_nat
|
||||
if (!gbm_surface)
|
||||
{
|
||||
g_set_error (error, G_IO_ERROR, G_IO_ERROR_FAILED,
|
||||
"Failed to create gbm_surface: %s", strerror (errno));
|
||||
"Failed to create gbm_surface: %s", g_strerror (errno));
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user