pkgsrc/comms/synce-rra/patches/patch-aa
wiz eee6f284b8 Initial import of synce-rra-0.9.1.
SynCE is a project for connecting to devices running Windows CE or
Pocket PC.  RRA implements the Remote Replication Agent Connection
protocol for synchronising objects between a Windows CE device and
another computer.
2005-10-13 16:57:41 +00:00

13 lines
497 B
Text

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