]> git.ipfire.org Git - thirdparty/nftables.git/commit
scanner: don't update location's line_offset for newlines
authorPatrick McHardy <kaber@trash.net>
Tue, 4 Feb 2014 08:09:27 +0000 (08:09 +0000)
committerPatrick McHardy <kaber@trash.net>
Tue, 4 Feb 2014 08:09:27 +0000 (08:09 +0000)
commit585dd18242cec44564eaaee3071ff77c658cfa4d
treeada4f41526f598473e1cd41b9565284f2f31bf71
parent2e44b61aecad1c57cee14d3f765c4ddd82f13dd9
scanner: don't update location's line_offset for newlines

When reset_pos() is invoked, YY_USER_ACTION() has already advanced the
line offset to the next line. This causes errors for unexpected newlines
to incorrectly show the following line when reading from files.

Signed-off-by: Patrick McHardy <kaber@trash.net>
src/scanner.l