From: Esme Povirk esme@codeweavers.com
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57241 --- dlls/mscoree/corruntimehost.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/mscoree/corruntimehost.c b/dlls/mscoree/corruntimehost.c index d9864b4dcd2..705fc94fc71 100644 --- a/dlls/mscoree/corruntimehost.c +++ b/dlls/mscoree/corruntimehost.c @@ -1816,7 +1816,7 @@ HRESULT create_monodata(REFCLSID clsid, LPVOID *ppObj)
lstrcpyW(filename, codebase + offset);
- file = CreateFileW(path, GENERIC_READ, 0, NULL, OPEN_EXISTING, 0, 0); + file = CreateFileW(filename, GENERIC_READ, 0, NULL, OPEN_EXISTING, 0, 0); }
if (file != INVALID_HANDLE_VALUE)