summaryrefslogtreecommitdiff
path: root/extra/liferea/liferea-1.12.2-32-bit-date_format-prototype-gint64.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/liferea/liferea-1.12.2-32-bit-date_format-prototype-gint64.patch')
-rw-r--r--extra/liferea/liferea-1.12.2-32-bit-date_format-prototype-gint64.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/extra/liferea/liferea-1.12.2-32-bit-date_format-prototype-gint64.patch b/extra/liferea/liferea-1.12.2-32-bit-date_format-prototype-gint64.patch
new file mode 100644
index 00000000..15f9d60f
--- /dev/null
+++ b/extra/liferea/liferea-1.12.2-32-bit-date_format-prototype-gint64.patch
@@ -0,0 +1,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.