summarylogtreecommitdiffstats
path: root/codelite-fsw-symlink.patch
blob: 7241de0c7dfa9a9938b984cb9dcb1e3ab851c1ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git Plugin/macromanager.cpp Plugin/macromanager.cpp
index a9fe02969..b38b2ee5f 100644
--- Plugin/macromanager.cpp
+++ Plugin/macromanager.cpp
@@ -256,7 +256,7 @@ wxString MacroManager::DoExpand(const wxString& expression, IManager* manager, c
         wspName = clWorkspaceManager::Get().GetWorkspace()->GetName();
     }
 
-    wxString wspRealPath = FileUtils::RealPath(wspPath);
+    wxString wspRealPath = FileUtils::RealPath(wspPath, true);
 
     size_t retries = 0;
     wxString dummyname, dummfullname;