Sophie

Sophie

distrib > Fedora > 16 > x86_64 > media > updates-src > by-pkgid > a35d747b6c598315b8a9a9b0690e2e7b > files > 8

bash-4.2.37-1.fc16.src.rpm

--- bash-2.05b/lib/readline/readline.c.oom	2002-03-13 23:10:46.000000000 +0100
+++ bash-2.05b/lib/readline/readline.c	2002-08-07 12:02:04.000000000 +0200
@@ -567,7 +567,7 @@
 	{
 	  /* Special case rl_do_lowercase_version (). */
 	  if (func == rl_do_lowercase_version)
-	    return (_rl_dispatch (_rl_to_lower (key), map));
+	    return (_rl_dispatch (_rl_to_lower ((unsigned char)key), map));
 
 	  rl_executing_keymap = map;