From 0cf0f191bc5897c5a312d70d1e78a3718f045f55 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Sun, 7 Jun 2015 17:53:46 -0700 Subject: [PATCH] Update dsymbol --- dsymbol | 2 +- src/server/autocomplete.d | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dsymbol b/dsymbol index 5d66473..05439bb 160000 --- a/dsymbol +++ b/dsymbol @@ -1 +1 @@ -Subproject commit 5d66473c37a486f92249f55ed3d51afdc0fd0449 +Subproject commit 05439bb691e8130f2ff75797fa79df5146c5d729 diff --git a/src/server/autocomplete.d b/src/server/autocomplete.d index 7d76cdc..98baee9 100644 --- a/src/server/autocomplete.d +++ b/src/server/autocomplete.d @@ -528,7 +528,7 @@ body } } - string resolvedLocation = ModuleCache.resolveImportLoctation(path); + string resolvedLocation = ModuleCache.resolveImportLocation(path); if (resolvedLocation is null) { warning("Could not resolve location of ", path);