mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-11 13:30:02 -04:00
14 lines
308 B
Plaintext
14 lines
308 B
Plaintext
$NetBSD: patch-az,v 1.1 2010/03/04 21:40:29 spz Exp $
|
|
|
|
--- src/s_person.c.orig 2000-03-15 22:13:29.000000000 +0000
|
|
+++ src/s_person.c
|
|
@@ -107,7 +107,7 @@ sendpersonal (char *nick, char *text, in
|
|
{
|
|
do
|
|
{
|
|
- text = getline(">> ",0);
|
|
+ text = i2cb_getline(">> ",0);
|
|
|
|
if (!text || (!*text))
|
|
{
|