Explicit typecast to avoid signess warning.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15999 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-08-30 09:31:17 +00:00
parent ce25c9cdb6
commit be47b11f0a

View File

@@ -83,7 +83,7 @@ okname(cp0)
int c;
unsigned char *cp;
cp = cp0;
cp = (unsigned char *)cp0;
do {
c = *cp;
if (c & 0200)