mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-30 18:16:31 +03:00
Fix issue #30.
This commit is contained in:
@@ -247,7 +247,7 @@ EE_MAIN_FUNC int main( int argc, char* argv[] ) {
|
||||
file.getDirectoryPath(), historySize.Get(), nullptr, fb.Get(),
|
||||
!( file.isRegularFile() && file.isExecutable() ) );
|
||||
|
||||
if ( terminal->getTerminal() == nullptr ) {
|
||||
if ( terminal == nullptr ) {
|
||||
win->close();
|
||||
win->showMessageBox( EE::Window::Window::MessageBoxType::Error, "eterm",
|
||||
"Operating System not supported." );
|
||||
|
||||
Reference in New Issue
Block a user