diff options
Diffstat (limited to 'chat/icb/patches/patch-bt')
-rw-r--r-- | chat/icb/patches/patch-bt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/chat/icb/patches/patch-bt b/chat/icb/patches/patch-bt new file mode 100644 index 00000000000..b34d74c5980 --- /dev/null +++ b/chat/icb/patches/patch-bt @@ -0,0 +1,13 @@ +$NetBSD: patch-bt,v 1.1 2009/08/06 08:24:29 plunky Exp $ + +--- icb/s_person.c.orig 2009-08-06 09:20:29.000000000 +0100 ++++ icb/s_person.c +@@ -106,7 +106,7 @@ int echoflag; + { + do + { +- text = getline(">> ",0); ++ text = get_line(">> ",0); + + if (!text || (!*text && !last_command_was_kill)) + { |