Fix off-by-one bug in column numbers for the first line.

Previously column numbers would start with '1' for all lines but the
first. This fix ensures column number consistently begin at 1.
2 files changed