mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Addendum to Bug #45286: backport macro name form other tree
use same (slightly unwieldy) name in all trees; fix before this version goes "public". bless ctype to avoid upmerge conflict, le sigh.
This commit is contained in:
@ -701,7 +701,7 @@ rl_function_of_keyseq (keyseq, map, type)
|
||||
{
|
||||
unsigned char ic = keyseq[i];
|
||||
|
||||
if (META_BYTE (ic) && _rl_convert_meta_chars_to_ascii)
|
||||
if (META_CHAR_FOR_UCHAR (ic) && _rl_convert_meta_chars_to_ascii)
|
||||
{
|
||||
if (map[ESC].type == ISKMAP)
|
||||
{
|
||||
|
Reference in New Issue
Block a user