From e79af955f0620a699b01f11b584788404ba81767 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Tue, 15 Nov 2005 08:44:17 +0000 Subject: Got rid of some unsigned-char/char pointer casts. --- Src/input.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Src/input.c') diff --git a/Src/input.c b/Src/input.c index ef3472259..546ed2f6a 100644 --- a/Src/input.c +++ b/Src/input.c @@ -275,8 +275,7 @@ inputline(void) int flags = ZLRF_HISTORY|ZLRF_NOSETTY; if (isset(IGNOREEOF)) flags |= ZLRF_IGNOREEOF; - ingetcline = (char *)zlereadptr(ingetcpmptl, ingetcpmptr, flags, - context); + ingetcline = zlereadptr(ingetcpmptl, ingetcpmptr, flags, context); histdone |= HISTFLAG_SETTY; } if (!ingetcline) { -- cgit v1.2.3