Frédéric Delanoy frederic.delanoy@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.