]> granicus.if.org Git - nethack/commitdiff
fix a mistake on patch merge
authornhmall <mjnh@persona.ca>
Sun, 24 May 2015 23:17:05 +0000 (19:17 -0400)
committernhmall <mjnh@persona.ca>
Sun, 24 May 2015 23:17:05 +0000 (19:17 -0400)
Changes to be committed:
modified:   util/makedefs.c

util/makedefs.c

index 773b87ac0310fc002fbb26838d11a930cfb6dd73..b8efbdc48776c096ce4da7d59e284160e9a61412 100644 (file)
@@ -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;