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
Close f_in on error in Lexicon_It.
master
Reece H. Dunn
9 years ago
parent
ae1a016e58
commit
01dc335708
1 changed files
with
1 additions
and
0 deletions
Unified View
Show Diff Stats
1
0
src/extras.cpp
+ 1
- 0
src/extras.cpp
View File
{
{
str = wxString(buf, wxConvLocal);
str = wxString(buf, wxConvLocal);
wxLogError(_T("Can't write file: ") + str);
wxLogError(_T("Can't write file: ") + str);
fclose(f_in);
return;
return;
}
}
Write
Preview
Loading…
Cancel
Save