mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-28 02:21:59 +00:00
Update src/Functions/soundex.cpp
Co-authored-by: flynn <fenglv15@mails.ucas.ac.cn>
This commit is contained in:
parent
0ac9f78c43
commit
baa29a5a2c
@ -60,7 +60,7 @@ struct SoundexImpl
|
||||
{
|
||||
*out_char_data++ = toUpperIfAlphaASCII(*in_cur);
|
||||
}
|
||||
char last_ch = getScode(in_cur, in_end);
|
||||
char prev_code = getScode(toUpperIfAlphaASCII(*in_cur));
|
||||
|
||||
char ch;
|
||||
in_cur++;
|
||||
|
Loading…
Reference in New Issue
Block a user