> @@ -365,8 +365,8 @@ static void fileNewline (void) > File.newLine = FALSE; > File.input.lineNumber++; > File.source.lineNumber++; > - DebugStatement ( if (Option.breakLine == File.lineNumber) lineBreak (); > ) > - DebugStatement ( debugPrintf (DEBUG_RAW, "%6ld: ", File.lineNumber); ) > + DebugStatement ( if (Option.breakLine == File.input.lineNumber) > lineBreak (); ) > + DebugStatement ( debugPrintf (DEBUG_RAW, "%6ld: ", > File.input.lineNumber); )
doesn't seem to fit the commit's description, but otherwise OK --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/1160/files/967b572240513689fc2f6f9aefa929e7d54f6bfc..ca65fa22367042ea8c88efab7e76d5f0ba209947#r73954531
