Use G_GSIZE_FORMAT for printing time_t values
[claws.git] / src / mh.c
index 0500ada65b1c95068587cb1210fcf1e4cf2d9a74..135975c05821cbbb13f0b84e34d21e376c3a5289 100644 (file)
--- a/src/mh.c
+++ b/src/mh.c
@@ -1468,6 +1468,6 @@ static void mh_set_mtime(Folder *folder, FolderItem *item)
        }
 
        item->mtime = s.st_mtime;
-       debug_print("MH: forced mtime of %s to %ld\n", item->name?item->name:"(null)", item->mtime);
+       debug_print("MH: forced mtime of %s to %"G_GSIZE_FORMAT"\n", item->name?item->name:"(null)", item->mtime);
        g_free(path);
 }