1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Fixed bug1058.

This commit is contained in:
Werner Koch 2009-05-22 15:38:49 +00:00
parent d72349bde0
commit 0bbe6eda34
5 changed files with 18 additions and 0 deletions

View file

@ -88,6 +88,7 @@ got_fatal_signal( int sig )
rl_free_line_state ();
rl_cleanup_after_signal ();
#endif
tty_cleanup_after_signal ();
/* Better don't translate these messages. */
write(2, "\n", 1 );