]> Pileus Git - grits/blobdiff - src/tile-test.c
Fix 64-bit warnings
[grits] / src / tile-test.c
index a800b9c750117212d580785ad0512f422d0ddcf4..0aeafbdf1cf68f50f442782431b595821a7252cc 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", cur, total);
 
        if (state->progress == NULL) {
                state->progress = gtk_progress_bar_new();