diff options
Diffstat (limited to 'compiler/msgs.nim')
-rwxr-xr-x | compiler/msgs.nim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/msgs.nim b/compiler/msgs.nim index 90f85a402..ef4a0a4cf 100755 --- a/compiler/msgs.nim +++ b/compiler/msgs.nim @@ -411,9 +411,9 @@ var proc newFileInfo(fullPath, projPath: string): TFileInfo = result.fullPath = fullPath - shallow(result.fullPath) + #shallow(result.fullPath) result.projPath = projPath - shallow(result.projPath) + #shallow(result.projPath) proc fileInfoIdx*(filename: string): int32 = var |