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, 0 insertions, 13 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
deleted file mode 100644
index 15f9d60f..00000000
--- a/extra/liferea/liferea-1.12.2-32-bit-date_format-prototype-gint64.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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.