Huw Davies (@huw) commented about dlls/shell32/shlexec.c:
}
}
if (found)
{
lpFile = xlpFile;
lstrcpyW(lpResult, xlpFile);
}
else
}xlpFile[0] = '\0';
- else
search_paths[0] = curdir;
- GetCurrentDirectoryW(MAX_PATH, curdir);
- lstrcpyW(xlpFile, lpFile);
- if (PathResolveAW(xlpFile, (const void **)search_paths, PRF_TRYPROGRAMEXTENSIONS | PRF_VERIFYEXISTS))
- else
There's a trailing white-space here.