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:
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;
|
||||||
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');
|
||||||
|
|
Loading…
Reference in a new issue