Rev 6967 | Rev 7915 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6967 | Rev 6973 | ||
---|---|---|---|
Line 837... | Line 837... | ||
837 | gdicbuf=dicbuf; gentrycount=entrycount; |
837 | gdicbuf=dicbuf; gentrycount=entrycount; |
838 | memmove(gentry,entry,gentrycount*sizeof(entry[0])); |
838 | memmove(gentry,entry,gentrycount*sizeof(entry[0])); |
839 | prepare_dic(mdic); |
839 | prepare_dic(mdic); |
840 | mdicbuf=dicbuf; mentrycount=entrycount; |
840 | mdicbuf=dicbuf; mentrycount=entrycount; |
841 | memmove(mentry,entry,mentrycount*sizeof(entry[0])); |
841 | memmove(mentry,entry,mentrycount*sizeof(entry[0])); |
- | 842 | prepare_dic(ddic); |
|
- | 843 | ddicbuf=dicbuf; dentrycount=entrycount; |
|
- | 844 | memmove(dentry,entry,dentrycount*sizeof(entry[0])); |
|
842 | unknown_type=unk_leave; translate(ignore[j]); |
845 | unknown_type=unk_leave; translate(ignore[j]); |
843 | for(i=0;i<modcnt;i++) { |
846 | for(i=0;i<modcnt;i++) { |
844 | if(mod[i].langs[0]!=j) continue; |
847 | if(mod[i].langs[0]!=j) continue; |
845 | fprintf(addrf,"%d:%s\n",i,mod[i].name+3); |
848 | fprintf(addrf,"%d:%s\n",i,mod[i].name+3); |
846 | fprintf(serialf,"%s:%d\n",mod[i].name+3,i); |
849 | fprintf(serialf,"%s:%d\n",mod[i].name+3,i); |