0
0
mirror of https://github.com/vim/vim.git synced 2025-10-09 06:14:17 -04:00

updated for version 7.1b

This commit is contained in:
Bram Moolenaar
2007-05-10 17:24:16 +00:00
parent 4868726a3f
commit ff1d0d4cf5
12 changed files with 131 additions and 21 deletions

View File

@@ -2399,7 +2399,7 @@ mch_resolve_shortcut(char_u *fname)
// 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;