From 491abb609952c74e827584e709db09c2ea9aed74 Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 30 Oct 1994 03:09:58 +0000 Subject: Make window 8bit clean and ctype oriented. Fix restart after ^Z hang. --- usr.bin/window/wwlabel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/window/wwlabel.c') diff --git a/usr.bin/window/wwlabel.c b/usr.bin/window/wwlabel.c index d78e1f2..4bb128f 100644 --- a/usr.bin/window/wwlabel.c +++ b/usr.bin/window/wwlabel.c @@ -60,7 +60,7 @@ char *l; register char *fmap; register char *smap; char touched; - char *p; + unsigned char *p; if (f->ww_fmap == 0) return; -- cgit v1.1