[gtk+] [gdk-pixbuf] Use G_STRLOC instead __LINE__



commit dd3d8c96d07b19faa709f25c977212cf148c315b
Author: Javier Jardón <jjardon gnome org>
Date:   Wed Oct 21 23:29:01 2009 +0200

    [gdk-pixbuf] Use G_STRLOC instead __LINE__

 gdk-pixbuf/io-gif.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdk-pixbuf/io-gif.c b/gdk-pixbuf/io-gif.c
index 7e35953..d414d78 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)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]