summaryrefslogtreecommitdiffstats
path: root/mbbsd/announce.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/announce.c')
-rw-r--r--mbbsd/announce.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/announce.c b/mbbsd/announce.c
index 1c63105d..cb16cf0b 100644
--- a/mbbsd/announce.c
+++ b/mbbsd/announce.c
@@ -435,7 +435,7 @@ a_newitem(menu_t * pm, int mode)
edflags |= EDITFLAG_ALLOWLARGE;
}
# endif // BN_BBSMOVIE
- if (vedit2(fpath, 0, NULL, edflags) == -1) {
+ if (vedit2(fpath, 0, NULL, NULL, edflags) == -1) {
unlink(fpath);
pressanykey();
return;
@@ -1211,7 +1211,7 @@ a_menu_rec(const char *maintitle, const char *path,
}
# endif // BN_BBSMOVIE
- if (vedit2(fname, NA, NULL, edflags) != -1) {
+ if (vedit2(fname, NA, NULL, NULL, edflags) != -1) {
char fpath[PATHLEN];
fileheader_t fhdr;
strlcpy(fpath, path, sizeof(fpath));