1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-03 10:21:46 +02:00
This commit is contained in:
Peter Stephenson 2007-04-23 16:55:00 +00:00
parent e7210e10b0
commit 3db1a442a4

View file

@ -2693,7 +2693,7 @@ write_dump(int dfd, LinkList progs, int map, int hlen, int tlen)
if (map == 1)
map = (tlen >= FD_MINMAP);
memset(pre, 0, sizeof(wordcode) * FD_PRELEN)
memset(pre, 0, sizeof(wordcode) * FD_PRELEN);
for (ohlen = hlen; ; hlen = ohlen) {
fdmagic(pre) = (other ? FD_OMAGIC : FD_MAGIC);