diff --git a/lib/system/repr.nim b/lib/system/repr.nim index dc4b6d2842..67e625a8e1 100644 --- a/lib/system/repr.nim +++ b/lib/system/repr.nim @@ -181,7 +181,7 @@ when not defined(useNimRtl): add result, "[]" return result.add(reprPointer(p)) - result.add '[' + result.add "@[" var bs = typ.base.size for i in 0..cast[PGenericSeq](p).len-1: if i > 0: add result, ", "