Set file.lpos to point to the start of line again
commit9d2f254f6ee55d82e1a8e79f15189b67edcf62b2
authorOlly Betts <olly@survex.com>
Mon, 22 Aug 2016 00:27:39 +0000 (22 12:27 +1200)
committerOlly Betts <olly@survex.com>
Mon, 22 Aug 2016 00:27:39 +0000 (22 12:27 +1200)
treee964944af633db36f9abbe4a8d2f77869a26f721
parent4b4ac38fca61b9bf0cbbefc17a00cfeaca3d2dfb
Set file.lpos to point to the start of line again

The last commit changed it to point one character in, and then
compensated in the multiple places where we calculate the column - it's
cleaner to just set it to the value it used to have.
src/datain.c