mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 11:15:13 +03:00
12 lines
404 B
Diff
12 lines
404 B
Diff
diff -upr bvi-1.4.0.orig/comm.c bvi-1.4.0/comm.c
|
|
--- bvi-1.4.0.orig/comm.c 2016-07-25 10:04:18.054650413 +0200
|
|
+++ bvi-1.4.0/comm.c 2016-07-25 10:04:29.471264368 +0200
|
|
@@ -87,7 +87,7 @@ extern int numfiles, curfile;
|
|
extern int errno;
|
|
|
|
static char oldbuf[CMDSZ]; /** for :!! command **/
|
|
-
|
|
+int save_chk(char *fname, char *start, char *end, int flags);
|
|
|
|
/*
|
|
* docmdline() - handle a colon command
|