pull/119/merge
Wesley Merkel 2021-01-23 19:03:38 +01:00 committed by GitHub
commit 8cad20285d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -589,7 +589,7 @@ public:
{
const char *name = fl_input( "Open Session", NULL );
if ( ! name )
if ( ! name || *name == '\0' )
return;
Fl_Tree_Item *item = session_browser->find_item( name );