summaryrefslogtreecommitdiff
path: root/editors/gate/files/patch-main.c
diff options
context:
space:
mode:
Diffstat (limited to 'editors/gate/files/patch-main.c')
-rw-r--r--editors/gate/files/patch-main.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/gate/files/patch-main.c b/editors/gate/files/patch-main.c
deleted file mode 100644
index fa47f6591b78..000000000000
--- a/editors/gate/files/patch-main.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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);