Fix time_t format specifier warnings
[claws.git] / src / plugins / vcalendar / vcal_folder.c
index f8721069b1597b55c28149c6782f4a39dd44a2b9..abc093933760503c65b9b0cde31ed70d6dee932c 100644 (file)
@@ -1170,7 +1170,7 @@ static void vcal_set_mtime(Folder *folder, FolderItem *item)
        }
 
        item->mtime = s.st_mtime;
-       debug_print("VCAL: forced mtime of %s to %"G_GSIZE_FORMAT"\n",
+       debug_print("VCAL: forced mtime of %s to %"CM_TIME_FORMAT"\n",
                        item->name?item->name:"(null)", item->mtime);
        g_free(path);
 }