1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-08 12:01:21 +02:00

zsh-workers/8124

This commit is contained in:
Tanaka Akira 1999-10-03 08:20:07 +00:00
parent 58021721a7
commit be078fe1da

View file

@ -161,7 +161,7 @@ promptexpand(char *s, int ns, char *rs, char *Rs)
rstring = rs; rstring = rs;
Rstring = Rs; Rstring = Rs;
fm = s; fm = s;
bp = bufline = buf = zalloc(bufspc = 256); bp = bufline = buf = zcalloc(bufspc = 256);
bp1 = NULL; bp1 = NULL;
trunclen = 0; trunclen = 0;
putpromptchar(1, '\0'); putpromptchar(1, '\0');