winemenubuilder: Correct InvokeShellLinkerForURL return value.

oldstable
Per Johansson 2012-09-19 21:49:23 +02:00 committed by Alexandre Julliard
parent b8ee44581e
commit 113b090f5e
1 changed files with 1 additions and 1 deletions

View File

@ -3096,7 +3096,7 @@ static BOOL InvokeShellLinkerForURL( IUniformResourceLocatorW *url, LPCWSTR link
}
else
r = !write_menu_entry(unix_link, link_name, start_path, escaped_urlPath, NULL, NULL, icon_name);
ret = (r != 0);
ret = (r == 0);
ReleaseSemaphore(hSem, 1, NULL);
cleanup: