crash on hangup

the message history saver needs the windows to stick around until save
is completed.  This usually the case, but end_of_input() was calling
exit_nhwindows prematurely.  This is actually an old bug (calling it early,
but wasn't harmful until other recent changes).
This commit is contained in:
cohrs
2003-10-27 00:39:45 +00:00
parent dbb1d0f230
commit 1dae4245f5

View File

@@ -2392,7 +2392,6 @@ static
void
end_of_input()
{
exit_nhwindows("End of input?");
#ifndef NOSAVEONHANGUP
# ifndef SAFERHANGUP
if (!program_state.done_hup++)