mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
revert to frequent log flushing, fix for fiz parsing on linux, unify brake_speed interpretation as full rotations per second
This commit is contained in:
2
EU07.cpp
2
EU07.cpp
@@ -36,12 +36,10 @@ int main( int argc, char *argv[] )
|
||||
result = Application.run();
|
||||
}
|
||||
Application.exit();
|
||||
return result;
|
||||
}
|
||||
catch( std::bad_alloc const &Error )
|
||||
{
|
||||
ErrorLog( "Critical error, memory allocation failure: " + std::string( Error.what() ) );
|
||||
}
|
||||
LogsFlush();
|
||||
std::_Exit(0); // skip destructors, there are ordering errors which causes segfaults
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user