Commit 0ea8893e authored by Andrew Eikum's avatar Andrew Eikum Committed by Alexandre Julliard

mscoree: Leave the last backslash on application base path.

parent 7aedfe0e
......@@ -170,7 +170,7 @@ static HRESULT RuntimeHost_GetDefaultDomain(RuntimeHost *This, const WCHAR *conf
slash = strrchr(base_dirA, '\\');
if (slash)
*slash = 0;
*(slash + 1) = 0;
TRACE("setting base_dir: %s, config_path: %s\n", base_dirA, config_pathA);
mono_domain_set_config(This->default_domain, base_dirA, config_pathA);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment