From 416c2f5a713b93ba689a8cd1e038682a53e6bc17 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 30 Dec 2011 22:42:04 +0000 Subject: -LRN: use FPRINTF -- #2051 --- src/fs/test_fs_file_information.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/fs/test_fs_file_information.c') diff --git a/src/fs/test_fs_file_information.c b/src/fs/test_fs_file_information.c index a459c565f..34ac3285e 100644 --- a/src/fs/test_fs_file_information.c +++ b/src/fs/test_fs_file_information.c @@ -151,8 +151,8 @@ testThumbnail () EXTRACTOR_OPTION_DEFAULT_POLICY); if (ex == NULL) { - fprintf (stderr, - "Test incomplete, have no GTK thumbnail extractor available.\n"); + FPRINTF (stderr, + "Test incomplete, have no GTK thumbnail extractor available.\n", NULL); return 0; /* can not test, no thumbnailer */ } ex = EXTRACTOR_plugin_add_config (ex, "mime", -- cgit v1.2.3