1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-02 22:11:54 +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;
fm = s;
bp = bufline = buf = zalloc(bufspc = 256);
bp = bufline = buf = zcalloc(bufspc = 256);
bp1 = NULL;
trunclen = 0;
putpromptchar(1, '\0');