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:
parent
58021721a7
commit
be078fe1da
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue