From 75970afa8dc0f45691af342b80036ec30d2928a9 Mon Sep 17 00:00:00 2001 From: Araq Date: Thu, 18 Dec 2025 18:51:15 +0100 Subject: [PATCH] unrelated typos --- compiler/msgs.nim | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/compiler/msgs.nim b/compiler/msgs.nim index 5c52c10d01..aff8a6a53d 100644 --- a/compiler/msgs.nim +++ b/compiler/msgs.nim @@ -30,7 +30,6 @@ proc toLowerAscii(a: var string) {.inline.} = proc flushDot*(conf: ConfigRef) = ## safe to call multiple times - # xxx one edge case not yet handled is when `printf` is called at CT with `compiletimeFFI`. let stdOrr = if optStdout in conf.globalOptions: stdout else: stderr let stdOrrKind = toStdOrrKind(stdOrr) if stdOrrKind in conf.lastMsgWasDot: @@ -52,7 +51,7 @@ proc makeCString*(s: string): Rope = result = newStringOfCap(int(s.len.toFloat * 1.1) + 1) result.add("\"") for i in 0..