summaryrefslogtreecommitdiffstats
path: root/usr.bin/more/ttyin.c
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-10-09 15:40:07 +0000
committerache <ache@FreeBSD.org>1994-10-09 15:40:07 +0000
commitedad1978e61f52a5e107dcf09a9bb65251827e2e (patch)
tree5f52bb66eeeb681bc863abadd83a239896176825 /usr.bin/more/ttyin.c
parente0df6f34b872fe102ae8bca83de853062d740c79 (diff)
downloadFreeBSD-src-edad1978e61f52a5e107dcf09a9bb65251827e2e.zip
FreeBSD-src-edad1978e61f52a5e107dcf09a9bb65251827e2e.tar.gz
Back out part of ctype fixes, unneded with new ctypoe
Diffstat (limited to 'usr.bin/more/ttyin.c')
-rw-r--r--usr.bin/more/ttyin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/more/ttyin.c b/usr.bin/more/ttyin.c
index 2d3567e..51376cd 100644
--- a/usr.bin/more/ttyin.c
+++ b/usr.bin/more/ttyin.c
@@ -75,5 +75,5 @@ getchr()
quit();
}
} while (result != 1);
- return (c & 0xff);
+ return ((unsigned char)c);
}
OpenPOWER on IntegriCloud