type correctnes

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3684 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-10-28 20:34:24 +00:00
parent ee25d28a76
commit 2088a961f4

View File

@@ -201,7 +201,7 @@ hashjpw(const char *ss)
{ /* another hash function */
unsigned h = 0;
unsigned g;
unsigned const char *s = ss;
const unsigned char *s = (const unsigned char *)ss;
for (; *s; ++s) {
h = (h << TWELVE) + *s;