From dd3d8c96d07b19faa709f25c977212cf148c315b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Wed, 21 Oct 2009 23:29:01 +0200 Subject: [PATCH] [gdk-pixbuf] Use G_STRLOC instead __LINE__ --- gdk-pixbuf/io-gif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk-pixbuf/io-gif.c b/gdk-pixbuf/io-gif.c index 7e35953021..d414d78201 100644 --- a/gdk-pixbuf/io-gif.c +++ b/gdk-pixbuf/io-gif.c @@ -1344,7 +1344,7 @@ gif_get_next_step (GifContext *context) } -#define LOG(x) /* g_print ("%d: %s\n", __LINE__, x); */ +#define LOG(x) /* g_print ("%s: %s\n", G_STRLOC, x); */ static gint gif_main_loop (GifContext *context)