Skip to content

Commit 1ed83d9

Browse files
committed
fixup
1 parent 44b1018 commit 1ed83d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/options.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ proc canonicalImportAux*(conf: ConfigRef, file: AbsoluteFile): string =
902902

903903
proc canonicalImport*(conf: ConfigRef, file: AbsoluteFile): string =
904904
let ret = canonicalImportAux(conf, file)
905-
result = ret.string.nativeToUnixPath.changeFileExt("")
905+
result = ret.nativeToUnixPath.changeFileExt("")
906906

907907
proc canonDynlibName(s: string): string =
908908
let start = if s.startsWith("lib"): 3 else: 0

0 commit comments

Comments
 (0)