mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Addendum to Bug #45286 : implement reviewer's remarks.
This commit is contained in:
parent
dd570869f4
commit
07f33a21d7
2 changed files with 4 additions and 6 deletions
|
|
@ -699,11 +699,9 @@ rl_function_of_keyseq (keyseq, map, type)
|
|||
|
||||
for (i = 0; keyseq && keyseq[i]; i++)
|
||||
{
|
||||
unsigned char uc = keyseq[i];
|
||||
int ic;
|
||||
unsigned char ic = keyseq[i];
|
||||
|
||||
ic= uc;
|
||||
if (META_CHAR (ic) && _rl_convert_meta_chars_to_ascii)
|
||||
if (META_BYTE (ic) && _rl_convert_meta_chars_to_ascii)
|
||||
{
|
||||
if (map[ESC].type == ISKMAP)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue