]> Pileus Git - grits/blobdiff - src/tile-test.c
Compute near/far clipping planes
[grits] / src / tile-test.c
index a800b9c750117212d580785ad0512f422d0ddcf4..9a4fd81629e4eae679c951889eff4aa74dd6a6ff 100644 (file)
@@ -32,7 +32,7 @@ struct CacheState {
 void chunk_callback(gsize cur, gsize total, gpointer _state)
 {
        struct CacheState *state = _state;
-       g_message("chunk_callback: %d/%d", cur, total);
+       g_message("chunk_callback: %ld/%ld", (glong)cur, (glong)total);
 
        if (state->progress == NULL) {
                state->progress = gtk_progress_bar_new();