mirror of
https://github.com/nim-lang/Nim.git
synced 2026-05-30 08:45:16 +00:00
* fix #9394 by replacing `fmt` with normal string append
Until issue #7632 is fixed, use string append.
* use `strutils.%` instead of normal string add
(cherry picked from commit 82a1576263)