[gdk-pixbuf] Use G_STRLOC instead __LINE__

This commit is contained in:
Javier Jardón 2009-10-21 23:29:01 +02:00
parent 8ecd77ffd1
commit dd3d8c96d0

View File

@ -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)