mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 22:36:22 +00:00
Editor: Use _exit() instead of exit()
This commit is contained in:
@@ -9364,7 +9364,7 @@ cmd_editor(ProfWin* window, const char* const command, gchar** args)
|
||||
if ( x == -1 ) {
|
||||
cons_show_error("Failed to exec %s", editor);
|
||||
}
|
||||
exit (EXIT_FAILURE);
|
||||
_exit(EXIT_FAILURE);
|
||||
} else {
|
||||
if ( pid == -1 ) {
|
||||
return TRUE;
|
||||
|
||||
Reference in New Issue
Block a user