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:
@@ -81,7 +81,7 @@ okname(cp0)
|
|||||||
char *cp0;
|
char *cp0;
|
||||||
{
|
{
|
||||||
int c;
|
int c;
|
||||||
char *cp;
|
unsigned char *cp;
|
||||||
|
|
||||||
cp = cp0;
|
cp = cp0;
|
||||||
do {
|
do {
|
||||||
|
Reference in New Issue
Block a user