[Github-comments] [geany/geany] Ctags sync, part 1 (#1160)

Colomban Wendling notifications at xxxxx
Mon Aug 8 21:05:22 UTC 2016


> @@ -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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160808/84fb23bf/attachment.html>


More information about the Github-comments mailing list