From: nhmall Date: Sun, 24 May 2015 23:17:05 +0000 (-0400) Subject: fix a mistake on patch merge X-Git-Tag: NetHack-3.6.0_RC01~369 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db2b1453bc11284464195b551482a9355c6aeefa;p=nethack fix a mistake on patch merge Changes to be committed: modified: util/makedefs.c --- diff --git a/util/makedefs.c b/util/makedefs.c index 773b87ac0..b8efbdc48 100644 --- a/util/makedefs.c +++ b/util/makedefs.c @@ -2423,7 +2423,7 @@ do_questtxt() SpinCursor(3); qt_line++; - if (!index(in_line, '\n')) { + if (!index(line, '\n')) { /* no newline; line is longer than QTEXT_IN_SIZ-1 */ int c;