]> Pileus Git - grits/blobdiff - src/plugins/srtm.c
Update copyright and email address
[grits] / src / plugins / srtm.c
index 058f54d00ff3c6055931f696f5285a032834afa5..f127af7a4b2a0cbc8a475cb88ce193c86aae8a0b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009 Andy Spencer <spenceal@rose-hulman.edu>
+ * Copyright (C) 2009-2010 Andy Spencer <andy753421@gmail.com>
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -212,7 +212,7 @@ static gboolean _free_tile_cb(gpointer _data)
 static void _free_tile(GisTile *tile, gpointer _self)
 {
        GisPluginSrtm *self = _self;
-       g_debug("GisPluginSrtm: _free_tile: %p=%d", tile->data, *(guint*)tile->data);
+       g_debug("GisPluginSrtm: _free_tile: %p", tile->data);
        g_idle_add_full(G_PRIORITY_LOW, _free_tile_cb, tile->data, NULL);
 }