From f244388daae810a179fe229a6da4a33344b68fa3 Mon Sep 17 00:00:00 2001 From: "cpu@chromium.org" Date: Wed, 4 Nov 2009 05:33:28 +0000 Subject: Fix for broken mini_installer_test - Definitely broken. Nice to have these tests BUG=none TEST=none TBR=kuchhal Review URL: http://codereview.chromium.org/360002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30944 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/app/client_util.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/app') diff --git a/chrome/app/client_util.cc b/chrome/app/client_util.cc index 9f8716f..7fb49ca 100644 --- a/chrome/app/client_util.cc +++ b/chrome/app/client_util.cc @@ -139,7 +139,7 @@ HMODULE MainDllLoader::Load(std::wstring* version, std::wstring* file) { } *file = dir; - file->append(*version); + file->append(*version).append(L"\\"); return LoadChromeWithDirectory(file); } -- cgit v1.1