aboutsummaryrefslogtreecommitdiff
path: root/test/run_filter.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/run_filter.c')
-rw-r--r--test/run_filter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run_filter.c b/test/run_filter.c
index d1dffc19..8e793b76 100644
--- a/test/run_filter.c
+++ b/test/run_filter.c
@@ -183,7 +183,7 @@ int main(int argc, char **argv)
nbytes = write(1, dest, length);
if (nbytes < 0) {
- g_printerr("Failed to write: %s\n", strerror(errno));
+ g_printerr("Failed to write: %s\n", g_strerror(errno));
filter_close(filter);
filter_free(filter);
return 1;