Crash test fix

pull/80/head
Ivan Yartsev 2 years ago
parent ce7a1df6ba
commit e5448fd9ed

@ -291,12 +291,14 @@ void on_inspector_jornald_read_async(inspector_window *window){
if (window->last_mode<5){ if (window->last_mode<5){
identifier = log; identifier = log;
log=strstr(log,":"); log=strstr(log,":");
if (log) if (log){
log++; log++;
log=strstr(log,":"); log=strstr(log,":");
if (log) }
if (log){
log++; log++;
log=strstr(log,":"); log=strstr(log,":");
}
if (log) if (log)
log++; log++;

Loading…
Cancel
Save