16 Dec
2013
16 Dec
'13
1:58 a.m.
Frédéric Delanoy <frederic.delanoy(a)gmail.com> wrote:
--- a/programs/winemenubuilder/winemenubuilder.c +++ b/programs/winemenubuilder/winemenubuilder.c @@ -3030,7 +3030,7 @@ static BOOL InvokeShellLinkerForURL( IUniformResourceLocatorW *url, LPCWSTR link if ( !link ) { WINE_ERR("Link name is null\n"); - return TRUE; + return FALSE; }
This doesn't follow the behaviour of other failure cases in this helper. -- Dmitry.