summaryrefslogtreecommitdiff
path: root/comms/synce-rra/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'comms/synce-rra/patches/patch-aa')
-rw-r--r--comms/synce-rra/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/comms/synce-rra/patches/patch-aa b/comms/synce-rra/patches/patch-aa
new file mode 100644
index 00000000000..991089bf78d
--- /dev/null
+++ b/comms/synce-rra/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2005/10/13 16:57:41 wiz Exp $
+
+--- lib/contact.c.orig 2005-05-13 13:35:28.000000000 +0200
++++ lib/contact.c
+@@ -684,7 +684,7 @@ static uint32_t address_ids[ADDRESS_FIEL
+ {ID_HOME_COUNTRY, ID_WORK_COUNTRY, ID_OTHER_COUNTRY} /* country */
+ };
+
+-static char* strdup_quoted_printable(const char* source)/*{{{*/
++static char* strdup_quoted_printable(const unsigned char* source)/*{{{*/
+ {
+ char* result = malloc(strlen(source) + 1);
+ char* dest = result;