acb3c363af
Libsynce is part of the SynCE project. The SynCE library is required to compile (at least) the following parts of the SynCE project: o librapi2 o dccmd
13 lines
387 B
Text
13 lines
387 B
Text
$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)
|
|
{
|