use unsigned char * to make sure its not negative when passing it to

is* functions


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14816 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-04-18 07:52:58 +00:00
parent 542f17be74
commit 5c338794d7

View File

@@ -81,7 +81,7 @@ okname(cp0)
char *cp0;
{
int c;
char *cp;
unsigned char *cp;
cp = cp0;
do {