]> granicus.if.org Git - nethack/commit
extra control characters in panic messages
authorcohrs <cohrs>
Thu, 23 Oct 2003 01:30:05 +0000 (01:30 +0000)
committercohrs <cohrs>
Thu, 23 Oct 2003 01:30:05 +0000 (01:30 +0000)
commitcc52b2f533e3e879da860a900d3ef96946aeab7f
tree840a16b730f553aa5bae830f297b9b1dbe7d9cd7
parentcc5bea4fbffb2907004123636938bc9c8c7b2ec3
extra control characters in panic messages
I noticed a few panic messages contained newlines, and one included a naked
carriage return.  panic() adds a newline itself, and also generally ensures
the message will be on a new line (the initial "oops" ensures the message
itself will be on a new lines).  This patch removes the unneeded characters.
src/questpgr.c
win/X11/winX.c
win/X11/winmap.c
win/X11/winmisc.c