1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Cast string literal to char* MDEV-20767

This commit is contained in:
Seth Shelnutt
2019-10-07 12:49:57 -04:00
committed by Vicențiu-Marian Ciorbaru
parent 1e0f09cacb
commit b1ac174279

View File

@@ -2671,7 +2671,7 @@ static int fake_magic_space(const char *, int)
static void initialize_readline ()
{
/* Allow conditional parsing of the ~/.inputrc file. */
rl_readline_name= "mysql";
rl_readline_name= (char *) "mysql";
rl_terminal_name= getenv("TERM");
/* Tell the completer that we want a crack first. */