X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/e044ae9e96b95fc6e58b4f05f759e5fc59bb79ab..0e25c0d0a8e5c75a075722b8bd439529393fbe10:/src/mapcache.c diff --git a/src/mapcache.c b/src/mapcache.c index f697252d..9d429c43 100644 --- a/src/mapcache.c +++ b/src/mapcache.c @@ -122,7 +122,7 @@ void a_mapcache_add ( GdkPixbuf *pixbuf, gint x, gint y, gint z, guint8 type, gu /* business as usual */ } - if ( (++tmp == 100 )) { g_print("DEBUG: queue count=%d %ld\n", queue_count, queue_size ); tmp=0; } + if ( (++tmp == 100 )) { g_print("DEBUG: queue count=%d %u\n", queue_count, queue_size ); tmp=0; } } GdkPixbuf *a_mapcache_get ( gint x, gint y, gint z, guint8 type, guint zoom, guint8 alpha, gdouble xshrinkfactor, gdouble yshrinkfactor )