From 80acfd135cb41dc63b2e037fe8c18bcf46ce929c Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sun, 10 Sep 2006 18:10:48 +0000 Subject: 22684: improve getkeystring() interface and make printf do octal escapes --- Src/Zle/zle_misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/Zle/zle_misc.c') diff --git a/Src/Zle/zle_misc.c b/Src/Zle/zle_misc.c index 314e1333d..30fa0cc5b 100644 --- a/Src/Zle/zle_misc.c +++ b/Src/Zle/zle_misc.c @@ -1162,7 +1162,7 @@ makesuffixstr(char *f, char *s, int n) s++; } else inv = 0; - s = getkeystring(s, &i, 5, &z); + s = getkeystring(s, &i, GETKEYS_SUFFIX, &z); s = metafy(s, i, META_USEHEAP); ws = stringaszleline(s, 0, &i, NULL, NULL); -- cgit 1.4.1