added missing .inline for toCChar

This commit is contained in:
Araq
2021-07-26 09:57:19 +02:00
parent 10da888c07
commit ff280c0127

View File

@@ -27,7 +27,7 @@ proc flushDot*(conf: ConfigRef) =
conf.lastMsgWasDot.excl stdOrrKind
write(stdOrr, "\n")
proc toCChar*(c: char; result: var string) =
proc toCChar*(c: char; result: var string) {.inline.} =
case c
of '\0'..'\x1F', '\x7F'..'\xFF':
result.add '\\'