From 2e72900cdd7bcdef949d022f33930f55ce2cb786 Mon Sep 17 00:00:00 2001 From: lsv Date: Fri, 1 Oct 2021 10:24:45 +0500 Subject: [PATCH] Do not use "Enable ASUTP style" for "Log View.." MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Отключил проверку при чтении файлов настройки "Enable ASUTP style" --- frm/frmLog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frm/frmLog.cpp b/frm/frmLog.cpp index a2d9165..6b802bc 100644 --- a/frm/frmLog.cpp +++ b/frm/frmLog.cpp @@ -198,7 +198,7 @@ void frmLog::readLogFile(wxString logfileName,long& lenfile,long& logfileLength, } char* raw; unsigned char m[50001]; - if (settings->GetASUTPstyle()) { + if (settings->GetASUTPstyle()||true) { raw = (char*)&m[0]; unsigned char c;