From 30c3312739e7cd4926ed87e80159c16292ba3eb2 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Mon, 29 Oct 2018 06:36:54 +0000
Subject: [PATCH] Addressed issue introduced in last commit: File not found.
 d:\sbbs\text\menu/msgtabs.asc

---
 src/sbbs3/writemsg.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sbbs3/writemsg.cpp b/src/sbbs3/writemsg.cpp
index 61e9419f6c..d88deda0b5 100644
--- a/src/sbbs3/writemsg.cpp
+++ b/src/sbbs3/writemsg.cpp
@@ -790,7 +790,7 @@ ulong sbbs_t::msgeditor(char *buf, const char *top, char *title)
 		bprintf("\r\nMessage editor: Read in %d lines\r\n",lines);
 	bprintf(text[EnterMsgNow],maxlines);
 
-	if(!menu("msgtabs")) {
+	if(!menu("msgtabs", P_NOERROR)) {
 		for(i=0; i < (cols-1); i++) {
 			if(i%EDIT_TABSIZE || !i)
 				outchar('-');
-- 
GitLab