Code

typo: ignore SIGPIPE instead of SIGWINCH
authorMax Kellermann <max@duempel.org>
Fri, 3 Oct 2008 13:23:46 +0000 (15:23 +0200)
committerMax Kellermann <max@duempel.org>
Fri, 3 Oct 2008 13:23:46 +0000 (15:23 +0200)
commit4e2a8e257885f8bfd4c052c4587dd8dbc4238e20
treee0ff6252c311f75563c8fc0a251ba5a7d01400d6
parentef040e296e46fcc7620edaf89ffac05e065ec3e3
typo: ignore SIGPIPE instead of SIGWINCH

Somehow the "ignore SIGPIPE" patch had a fatal typo: instead of
ignoring SIGPIPE, it ignored SIGWINCH.  Somehow ncurses managed to
hide the bug's symptoms, but a recent patch finally broke it.  Repair
the typo.
src/main.c