summaryrefslogtreecommitdiff
path: root/comms/synce-rra/patches/patch-aa
blob: 991089bf78d3234f0b69841135e5295b34e53495 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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;