Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 11/24/2000 11:53:37
Module Name:	basesrc
Committed By:	jdolecek
Date:		Fri Nov 24 09:53:37 UTC 2000

Modified Files:
	basesrc/usr.sbin/wiconfig: wiconfig.c

Log Message:
cast isprint() parameter to (unsigned char) - it looses if the character has high
bit set when the architecture is using signed char by default
This fixes bin/11556 by Michael Eriksson.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 basesrc/usr.sbin/wiconfig/wiconfig.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.