]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
scanner: Fix calculation of column value for tokens after multiline comment
authorMagomed Abdurakhmanov <maqdev@gmail.com>
Tue, 2 May 2017 08:40:14 +0000 (10:40 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 2 May 2017 08:40:14 +0000 (10:40 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=652899

vala/valascanner.vala

index 7ac0fd68c47a1a5e177432208a9cd3b0182cf61c..8b50a59d4eb94c90b80796c7a316b886f334e867 100644 (file)
@@ -1565,6 +1565,7 @@ public class Vala.Scanner {
                        }
 
                        current += 2;
+                       column += 2;
 
                        char* begin = current;
                        while (current < end - 1