From bc32da6a676139c51bb5e39b70a4400691600abf Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 3 Apr 2008 15:20:18 +0000 Subject: 24786: handle read -t properly in zle via getbyte() --- Src/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/init.c') diff --git a/Src/init.c b/Src/init.c index a653de7de..d83e6175b 100644 --- a/Src/init.c +++ b/Src/init.c @@ -82,7 +82,7 @@ mod_export int hasam, hasxn; /* Pointer to read-key function from zle */ /**/ -mod_export int (*getkeyptr) _((int, int *)); +mod_export int (*getkeyptr) _((long, int *)); /* SIGCHLD mask */ -- cgit v1.2.3