mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-06-01 14:22:20 -06:00
Do not use "Enable ASUTP style" for "Log View.."
Отключил проверку при чтении файлов настройки "Enable ASUTP style"
This commit is contained in:
parent
73c1eeafe5
commit
2e72900cdd
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue