mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-22 18:07:54 +02:00
gio/tests: Fix for -Werror=format-security
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user