blob: b34d74c5980efa8cd369d4b390741dd8263ca215 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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))
{
|