Cast argument to ctype(3) functions to (unsigned char).
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18253 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		| @@ -227,11 +227,11 @@ _gss_load_mech(void) | ||||
| 			continue; | ||||
| 		p = buf; | ||||
| 		name = strsep(&p, "\t\n "); | ||||
| 		if (p) while (isspace(*p)) p++; | ||||
| 		if (p) while (isspace((unsigned char)*p)) p++; | ||||
| 		oid = strsep(&p, "\t\n "); | ||||
| 		if (p) while (isspace(*p)) p++; | ||||
| 		if (p) while (isspace((unsigned char)*p)) p++; | ||||
| 		lib = strsep(&p, "\t\n "); | ||||
| 		if (p) while (isspace(*p)) p++; | ||||
| 		if (p) while (isspace((unsigned char)*p)) p++; | ||||
| 		kobj = strsep(&p, "\t\n "); | ||||
| 		if (!name || !oid || !lib || !kobj) | ||||
| 			continue; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Love Hörnquist Åstrand
					Love Hörnquist Åstrand