From 3629af5912a7660f54b190dbe0e797fadefdca4c Mon Sep 17 00:00:00 2001
From: nightfox <>
Date: Sun, 28 Jan 2018 06:50:14 +0000
Subject: [PATCH] Bug fix for the 'from' name & from net type in the default
 message header

---
 xtrn/DDMsgReader/DDMsgReader.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xtrn/DDMsgReader/DDMsgReader.js b/xtrn/DDMsgReader/DDMsgReader.js
index 1e88e18791..bc9cf97ff8 100644
--- a/xtrn/DDMsgReader/DDMsgReader.js
+++ b/xtrn/DDMsgReader/DDMsgReader.js
@@ -1095,7 +1095,7 @@ function DigDistMsgReader(pSubBoardCode, pScriptArgs)
 		this.enhMsgHeaderLines.push(hdrLine2);
 		var hdrLine3 = "\1n\1h\1k" + VERTICAL_SINGLE + BLOCK1 + BLOCK2 + BLOCK3
 					 + "\1gF\1n\1grom\1h\1c: \1b@MSG_FROM_AND_FROM_NET-L";
-		numChars = console.screen_columns - 23;
+		numChars = console.screen_columns - 36;
 		for (var i = 0; i < numChars; ++i)
 			hdrLine3 += "#";
 		hdrLine3 += "@\1k" + VERTICAL_SINGLE;
-- 
GitLab