1
0
Fork 0
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:
Tanaka Akira 1999-09-23 13:15:41 +00:00
parent 679eca1369
commit 6680787966

View file

@ -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;