mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-05 23:11:11 +02:00
parse.c
This commit is contained in:
parent
e7210e10b0
commit
3db1a442a4
1 changed files with 1 additions and 1 deletions
|
@ -2693,7 +2693,7 @@ write_dump(int dfd, LinkList progs, int map, int hlen, int tlen)
|
||||||
if (map == 1)
|
if (map == 1)
|
||||||
map = (tlen >= FD_MINMAP);
|
map = (tlen >= FD_MINMAP);
|
||||||
|
|
||||||
memset(pre, 0, sizeof(wordcode) * FD_PRELEN)
|
memset(pre, 0, sizeof(wordcode) * FD_PRELEN);
|
||||||
|
|
||||||
for (ohlen = hlen; ; hlen = ohlen) {
|
for (ohlen = hlen; ; hlen = ohlen) {
|
||||||
fdmagic(pre) = (other ? FD_OMAGIC : FD_MAGIC);
|
fdmagic(pre) = (other ? FD_OMAGIC : FD_MAGIC);
|
||||||
|
|
Loading…
Reference in a new issue