diff options
-rw-r--r-- | mbbsd/pmore.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mbbsd/pmore.c b/mbbsd/pmore.c index d2e4945a..4906e59a 100644 --- a/mbbsd/pmore.c +++ b/mbbsd/pmore.c @@ -1577,6 +1577,8 @@ pmore(char *fpath, int promptend) bkfh = fh; RESETMF(); RESETFH(); + + override_msg = NULL; /* elimiate pending errors */ STATINC(STAT_MORE); if(!mf_attach(fpath)) |