mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
gio/tests: Fix for -Werror=format-security
This commit is contained in:
parent
b2cb386b78
commit
38a00cec67
@ -64,7 +64,7 @@ test_pipe (GInputStream **is,
|
||||
int e = errno;
|
||||
|
||||
g_set_error (error, G_IO_ERROR, g_io_error_from_errno (e),
|
||||
g_strerror (e));
|
||||
"%s", g_strerror (e));
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user