diff --git a/src/gui.c b/src/gui.c index 22afc9f0c..ea13ed0db 100644 --- a/src/gui.c +++ b/src/gui.c @@ -1477,7 +1477,7 @@ void guiMainLoop(void) guiResetNotifications(); guiCheckNotifications(1, 1); - if (gOPLPart[0] != NULL) + if (gOPLPart[0] != '\0') showPartPopup = 1; while (!gTerminate) {