This commit is contained in:
Nishi 2026-05-23 11:03:05 +09:00
commit 1b9cc9671a

View file

@ -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);