Fix time_t format specifier warnings
[claws.git] / src / plugins / rssyl / parse822.c
index efbf7450e004b325eff6e3293475e3092b348c88..c675e4376143bb12d4175707fe45926ca4229de4 100644 (file)
@@ -138,7 +138,7 @@ FeedItem *rssyl_parse_folder_item_file(gchar *path)
                                /* Last-Seen timestamp */
                                if( !strcmp(line[0], "X-RSSyl-Last-Seen") ) {
                                        ctx->last_seen = atol(line[1]);
-                                       debug_print("RSSyl: got last_seen timestamp %"G_GSIZE_FORMAT"\n", ctx->last_seen);
+                                       debug_print("RSSyl: got last_seen timestamp %"CM_TIME_FORMAT"\n", ctx->last_seen);
                                }
 
                                /* ID */