Fix the return value of SHELL_Argify() so it once again returns true
commitdf6ed2f4e8cadf4e4c69b879cbe9ca2fbc19e02a
authorFrancois Gouget <fgouget@codeweavers.com>
Thu, 11 Aug 2005 17:04:31 +0000 (11 17:04 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 11 Aug 2005 17:04:31 +0000 (11 17:04 +0000)
tree2ba6a9f56d1e4dcc85c62129721d67a99195cbf0
parent1b4e18fee7b934cab05c15586f55a5f8c2a2df0c
Fix the return value of SHELL_Argify() so it once again returns true
if a '%1' or equivalent placeholder was found. This fixes
ShellExecuteEx(lpFile="foo.txt", lpClass="txtfile").
dlls/shell32/shlexec.c