From e6cb7e34effe7a47ab2a6d662e5bc99e89893757 Mon Sep 17 00:00:00 2001 From: Clyybber Date: Wed, 14 Aug 2019 08:11:50 +0200 Subject: Make name mangling reversable unambiguously (#11939) [bugfix] --- compiler/modulegraphs.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/modulegraphs.nim') diff --git a/compiler/modulegraphs.nim b/compiler/modulegraphs.nim index 74158381c..320ce2e81 100644 --- a/compiler/modulegraphs.nim +++ b/compiler/modulegraphs.nim @@ -98,7 +98,7 @@ const proc toBase64a(s: cstring, len: int): string = ## encodes `s` into base64 representation. result = newStringOfCap(((len + 2) div 3) * 4) - result.add '_' + result.add "__" var i = 0 while i < len - 2: let a = ord(s[i]) -- cgit 1.4.1-2-gfad0