summaryrefslogtreecommitdiff
path: root/extra/liferea/liferea-1.12.2-32-bit-date_format-prototype-gint64.patch
blob: 15f9d60f6a40e255366c71ead940a917ad798507 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/date.h b/src/date.h
index a47bafaa..bf991dfb 100644
--- a/src/date.h
+++ b/src/date.h
@@ -34,7 +34,7 @@
  *
  * @returns a newly allocated formatted date string (encoded in UTF-8)
  */
-gchar * date_format (time_t date, const gchar *date_format);
+gchar * date_format (gint64 date, const gchar *date_format);
 
 /**
  * Parses a ISO8601 date.