[gimp/gimp-2-10] plug-ins: s/g_printf/g_printerr/ in sgi.c
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gimp-2-10] plug-ins: s/g_printf/g_printerr/ in sgi.c
- Date: Sun, 6 Jan 2019 23:50:08 +0000 (UTC)
commit 44fd7157b6ad2127e27afc577fc57e6e4f3e1d2b
Author: Michael Natterer <mitch gimp org>
Date: Mon Jan 7 00:48:43 2019 +0100
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)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]