From: nhmall Date: Fri, 29 Nov 2019 01:56:42 +0000 (-0500) Subject: put back unintended removal of end of line strip X-Git-Tag: NetHack-3.7.0_WIP~211^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a971a378b45c709c6719e003016246d707d04d9;p=nethack put back unintended removal of end of line strip --- diff --git a/src/version.c b/src/version.c index ee01e4dfc..09b06a7d0 100644 --- a/src/version.c +++ b/src/version.c @@ -238,6 +238,7 @@ doextversion() Strcpy(buf, rtbuf); } } + (void) strip_newline(buf); if (index(buf, '\t') != 0) (void) tabexpand(buf);