summaryrefslogtreecommitdiff
path: root/editors/bvi/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'editors/bvi/files/patch-ac')
-rw-r--r--editors/bvi/files/patch-ac20
1 files changed, 0 insertions, 20 deletions
diff --git a/editors/bvi/files/patch-ac b/editors/bvi/files/patch-ac
deleted file mode 100644
index 12dab0f0015a..000000000000
--- a/editors/bvi/files/patch-ac
+++ /dev/null
@@ -1,20 +0,0 @@
---- bvi.c.orig Tue Oct 24 09:09:08 2000
-+++ bvi.c Wed Oct 25 18:42:07 2000
-@@ -619,7 +619,7 @@
- if (count > 0)
- do_delete((off_t)count, current);
- else if (count < 0)
-- do_back(-count, current);
-+ do_back((off_t)-count, current);
- if (ch == 'c') {
- precount = 1;
- undo_count = edit('i');
-@@ -637,7 +637,7 @@
- break;
- case 'X':
- sprintf(rep_buf, "%ldX", precount);
-- do_back(precount, current);
-+ do_back((off_t)precount, current);
- break;
- default:
- flushinp();