From d05e45d3b6b2b69271c8e70988e85c787b0c8979 Mon Sep 17 00:00:00 2001 From: nocturn9x Date: Tue, 5 Jan 2021 13:15:47 +0100 Subject: [PATCH] Changed native's string repr --- src/types/native.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/native.nim b/src/types/native.nim index 44a795b..43fbe97 100644 --- a/src/types/native.nim +++ b/src/types/native.nim @@ -34,7 +34,7 @@ proc typeName*(self: ptr Native): string = proc stringify*(self: ptr Native): string = if self.name != nil: - result = "" + result = "" else: result = ""