diff options
author | Javier Jardón <jjardon@gnome.org> | 2009-10-21 23:29:01 +0200 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2009-11-30 21:10:49 +0100 |
commit | 1be9a895cefe6ed1256030b00756b41aeec78f9c (patch) | |
tree | 0fa821d75268474c198d5c82ebce4d5a634e88f8 | |
parent | 13ffef1b9a5a394d0324c1526f3c9aba768a09aa (diff) | |
download | gdk-pixbuf-1be9a895cefe6ed1256030b00756b41aeec78f9c.tar.gz |
[gdk-pixbuf] Use G_STRLOC instead __LINE__
-rw-r--r-- | 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 7e3595302..d414d7820 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) |