diff options
Diffstat (limited to 'rod/msgs.nim')
-rwxr-xr-x | rod/msgs.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rod/msgs.nim b/rod/msgs.nim index ff42bc690..bae60df97 100755 --- a/rod/msgs.nim +++ b/rod/msgs.nim @@ -408,7 +408,7 @@ proc toColumn(info: TLineInfo): int = proc MessageOut(s: string) = # change only this proc to put it elsewhere Writeln(stdout, s) - + proc coordToStr(coord: int): string = if coord == - 1: result = "???" else: result = $(coord) |