Files
pkgsrc-ng/comms/synce-libsynce/patches/patch-ab
2013-09-26 17:14:40 +02:00

14 lines
387 B
Plaintext

$NetBSD: patch-ab,v 1.1.1.1 2005/10/13 15:00:13 wiz Exp $
--- lib/synce_hash.c.orig 2003-11-04 11:21:20.000000000 +0100
+++ lib/synce_hash.c
@@ -59,7 +59,7 @@ unsigned s_str_hash(const void* key)
{
unsigned ret_val = 0;
int i;
- const char *string = (const char*)key;
+ const unsigned char *string = (const unsigned char*)key;
while (*string)
{