mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[SETUPAPI]
* Don't check the return twice here. svn path=/trunk/; revision=58188
This commit is contained in:
@@ -1060,8 +1060,7 @@ profile_items_callback(
|
||||
if (SUCCEEDED(hr))
|
||||
{
|
||||
/* Fill link properties */
|
||||
if (SUCCEEDED(hr))
|
||||
hr = IShellLinkW_SetPath(psl, FullFileName);
|
||||
hr = IShellLinkW_SetPath(psl, FullFileName);
|
||||
if (SUCCEEDED(hr))
|
||||
hr = IShellLinkW_SetArguments(psl, L"");
|
||||
if (SUCCEEDED(hr))
|
||||
|
||||
Reference in New Issue
Block a user