1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-11-24 14:01:03 +01:00

zsh-workers/10176

This commit is contained in:
Tanaka Akira 2000-03-23 04:05:43 +00:00
parent a4881858d8
commit 7ab508430c
3 changed files with 85 additions and 23 deletions

View file

@ -2596,7 +2596,7 @@ build_cur_dump(char *nam, char *dump, char **names, int match, int map, int flag
{
int dfd, hlen, tlen;
LinkList progs, lnames;
Shfunc shf;
Shfunc shf = NULL;
if (!strsfx(FD_EXT, dump))
dump = dyncat(dump, FD_EXT);