From 44fd7157b6ad2127e27afc577fc57e6e4f3e1d2b Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Mon, 7 Jan 2019 00:48:43 +0100 Subject: [PATCH] plug-ins: s/g_printf/g_printerr/ in sgi.c --- plug-ins/file-sgi/sgi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plug-ins/file-sgi/sgi.c b/plug-ins/file-sgi/sgi.c index 18f7593d66..f62db7883f 100644 --- a/plug-ins/file-sgi/sgi.c +++ b/plug-ins/file-sgi/sgi.c @@ -458,8 +458,8 @@ load_image (const gchar *filename, for (i = 0; i < sgip->zsize; i ++) if (sgiGetRow (sgip, rows[i], sgip->ysize - 1 - y, i) < 0) - g_printf ("sgiGetRow(sgip, rows[i], %d, %d) failed!\n", - sgip->ysize - 1 - y, i); + g_printerr ("sgiGetRow(sgip, rows[i], %d, %d) failed!\n", + sgip->ysize - 1 - y, i); if (sgip->bpp == 1) {