gio/tests: Fix for -Werror=format-security

This commit is contained in:
Rico Tzschichholz 2011-11-21 23:06:15 +01:00
parent b2cb386b78
commit 38a00cec67

View File

@ -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;
}