Do not use "Enable ASUTP style" for "Log View.."

Отключил проверку при чтении файлов настройки "Enable ASUTP style"
This commit is contained in:
lsv 2021-10-01 10:24:45 +05:00
parent 73c1eeafe5
commit 2e72900cdd

View file

@ -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;