commit | ff1d0d4cf5b9ec789cb0223154d7b76510d32d7b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 10 17:24:16 2007 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 10 17:24:16 2007 +0000 |
tree | 80a15de6533fb6d15dd38dcde4daf601615ee414 | |
parent | 4868726a3f8ad92f5e2025315072edddad9ab506 [diff] [blame] |
updated for version 7.1b
diff --git a/src/os_mswin.c b/src/os_mswin.c index 27bd3d8..5375689 100644 --- a/src/os_mswin.c +++ b/src/os_mswin.c
@@ -2399,7 +2399,7 @@ // full path string must be in Unicode. MultiByteToWideChar(CP_ACP, 0, fname, -1, wsz, MAX_PATH); - // "load" the name and resove the link + // "load" the name and resolve the link hr = ppf->lpVtbl->Load(ppf, wsz, STGM_READ); if (hr != S_OK) goto shortcut_error;