We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e2d3b commit 71917a7Copy full SHA for 71917a7
src/Language/Fortran/Util/Position.hs
@@ -26,7 +26,7 @@ instance Binary Position
26
instance NFData Position
27
28
instance Show Position where
29
- show (Position _ c l _ _) = show l ++ ':' : show c
+ show (Position _ c l _ _) = show l ++ ':' : show (c - 1)
30
31
initPosition :: Position
32
initPosition = Position
0 commit comments