1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-12-04 05:01:27 +01:00

zsh-workers/9839

This commit is contained in:
Tanaka Akira 2000-02-23 15:18:43 +00:00
parent 2b37049c22
commit 1054071bd6
42 changed files with 2854 additions and 3231 deletions

View file

@ -70,9 +70,7 @@ bin_example(char *nam, char **args, char *ops, int func)
zsfree(strparam);
strparam = ztrdup(*oargs ? *oargs : "");
freearray(arrparam);
PERMALLOC {
arrparam = arrdup(oargs);
} LASTALLOC;
arrparam = zarrdup(oargs);
return 0;
}