Index: runtime/bin/platform_win.cc |
diff --git a/runtime/bin/platform_win.cc b/runtime/bin/platform_win.cc |
index 8b0b17741867d5bbcb99b5e7f557bf78b37ec04c..d8e0a434542b117febef0c9a4e0e643ed4916bd6 100644 |
--- a/runtime/bin/platform_win.cc |
+++ b/runtime/bin/platform_win.cc |
@@ -293,7 +293,7 @@ const char* Platform::ResolveExecutablePath() { |
} |
char* path = StringUtilsWin::WideToUtf8(tmp_buffer); |
// Return the canonical path as the returned path might contain symlinks. |
- const char* canon_path = File::GetCanonicalPath(path); |
+ const char* canon_path = File::GetCanonicalPath(NULL, path); |
return canon_path; |
} |