mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-16 04:28:05 +02: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;
|
int e = errno;
|
||||||
|
|
||||||
g_set_error (error, G_IO_ERROR, g_io_error_from_errno (e),
|
g_set_error (error, G_IO_ERROR, g_io_error_from_errno (e),
|
||||||
g_strerror (e));
|
"%s", g_strerror (e));
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user