This website works better with JavaScript.
Home
Explore
Sign In
mahta.fetrat
/
HomoFast-eSpeak-Persian
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix the logic in Lexicon_It to avoid leaking f_list_in when pass is not 1 or 2.
master
Reece H. Dunn
9 years ago
parent
01dc335708
commit
7dfbdb56ea
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/extras.cpp
+ 1
- 1
src/extras.cpp
View File
@@ -384,7 +384,7 @@ void Lexicon_It(int pass)
f_listx = fopen(buf,"w");
wxLogStatus(_T("Pass 1"));
}
else
else
if(pass == 2)
{
CompileDictionary(path_dsource,"it",NULL,NULL,0);
sprintf(buf,"%s/it_listx2",path_dsource);
Write
Preview
Loading…
Cancel
Save