$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;