mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
12 lines
278 B
C
12 lines
278 B
C
--- main.c.orig 2005-01-24 17:05:01 UTC
|
|
+++ main.c
|
|
@@ -87,7 +87,7 @@ int main(int argc,char **argv)
|
|
wcol= 0;
|
|
for (;;)
|
|
{
|
|
- if (getline(bf[sw], bf[!sw], &wcol, prompt))
|
|
+ if (get_line(bf[sw], bf[!sw], &wcol, prompt))
|
|
{
|
|
putchar('\n');
|
|
done(RET_ENTER);
|