fix
This commit is contained in:
parent
5b351d20ee
commit
1b9cc9671a
1 changed files with 1 additions and 1 deletions
|
|
@ -315,7 +315,7 @@ void ft_phon_main(FT_HANDLE handle, const char* buffer, long length) {
|
|||
int first = 0;
|
||||
int last = 0;
|
||||
char b_c = (i > 0) ? buffer[i - 1] : 0;
|
||||
int n;
|
||||
int n = -1;
|
||||
|
||||
b_c = tolower(b_c);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue