Skip to content

Commit b715658

Browse files
committed
fixed linux crash
1 parent ad01766 commit b715658

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/studio/studio.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1553,7 +1553,9 @@ void studioRomLoaded(Studio* studio)
15531553
{
15541554
initModules(studio);
15551555

1556-
updateTitle(studio);
1556+
if(!studio_config(studio)->cli)
1557+
updateTitle(studio);
1558+
15571559
updateHash(studio);
15581560
updateMDate(studio);
15591561
}

0 commit comments

Comments
 (0)