File dia-random-return.patch of Package dia
--- app/interface.c +++ app/interface.c @@ -1169,6 +1169,7 @@ /** If the app didn't exit, don't close the window */ return (!app_exit()); } + return FALSE; }
--- app/interface.c +++ app/interface.c @@ -1169,6 +1169,7 @@ /** If the app didn't exit, don't close the window */ return (!app_exit()); } + return FALSE; }