mirror of
git://git.code.sf.net/p/zsh/code
synced 2026-01-06 09:41:07 +01:00
zsh-workers/8019
This commit is contained in:
parent
679eca1369
commit
6680787966
1 changed files with 1 additions and 1 deletions
|
|
@ -2964,7 +2964,7 @@ bslashquote(const char *s, char **e, int instring)
|
|||
{
|
||||
const char *u, *tt;
|
||||
char *v;
|
||||
char *buf = ncalloc(2 * strlen(s) + 1);
|
||||
char *buf = ncalloc(3 * strlen(s) + 1);
|
||||
int sf = 0;
|
||||
|
||||
tt = v = buf;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue