From 88a37cc187c0f6c5b7130a943c7ddd87474a0f69 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 14 Jan 2005 13:04:47 +0000 Subject: c.f. 20675: improve zle as a basis for Unicode. unposted: update version to 4.2.3-dev-1 --- Src/builtin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/builtin.c') diff --git a/Src/builtin.c b/Src/builtin.c index a3e7149d9..1ccbd6fb8 100644 --- a/Src/builtin.c +++ b/Src/builtin.c @@ -4379,7 +4379,7 @@ bin_read(char *name, char **args, Options ops, UNUSED(int func)) /* handle compctl case */ if(OPT_ISSET(ops,'l') || OPT_ISSET(ops,'c')) - return compctlread(name, args, ops, reply); + return compctlreadptr(name, args, ops, reply); if ((OPT_ISSET(ops,'k') && !OPT_ISSET(ops,'u') && !OPT_ISSET(ops,'p')) || OPT_ISSET(ops,'q')) { -- cgit 1.4.1