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
Add missing check for EOF
master
Samuel Thibault
2 years ago
parent
0fa9737a00
commit
482ee1da05
1 changed files
with
2 additions
and
1 deletions
Unified View
Show Diff Stats
2
1
src/libespeak-ng/readclause.c
+ 2
- 1
src/libespeak-ng/readclause.c
View File
option_punctuation = 2;
option_punctuation = 2;
}
}
}
}
c2 = GetC();
if (!Eof())
c2 = GetC();
continue;
continue;
}
}
}
}
Write
Preview
Loading…
Cancel
Save