]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - bash/patches/bash-2.05b-readline-oom.patch
bash: Update to 4.3
[people/ms/ipfire-3.x.git] / bash / patches / bash-2.05b-readline-oom.patch
1 --- bash-2.05b/lib/readline/readline.c.oom 2002-03-13 23:10:46.000000000 +0100
2 +++ bash-2.05b/lib/readline/readline.c 2002-08-07 12:02:04.000000000 +0200
3 @@ -817,7 +817,7 @@
4 /* Special case rl_do_lowercase_version (). */
5 if (func == rl_do_lowercase_version)
6 /* Should we do anything special if key == ANYOTHERKEY? */
7 - return (_rl_dispatch (_rl_to_lower (key), map));
8 + return (_rl_dispatch (_rl_to_lower ((unsigned char)key), map));
9
10 rl_executing_keymap = map;
11 rl_executing_key = key;