Browse Source

avoid pre-matuire exit (byemessage not called)

pre-master-46
Holger Vogt 8 years ago
parent
commit
06df6ca8e7
  1. 1
      src/frontend/misccoms.c

1
src/frontend/misccoms.c

@ -68,7 +68,6 @@ com_quit(wordlist *wl)
#endif #endif
while (ft_curckt) while (ft_curckt)
com_remcirc(NULL); com_remcirc(NULL);
exit(exitcode);
#endif #endif
/* start to clean up the mess */ /* start to clean up the mess */

Loading…
Cancel
Save