From bc95e1f73c64626c3672794bf99c087e61fc42ae Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Thu, 17 Nov 2016 23:56:32 +0000 Subject: [PATCH] [WSHOM_WINETEST] Sync with Wine Staging 1.9.23. CORE-12409 svn path=/trunk/; revision=73320 --- rostests/winetests/wshom/wshom.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/rostests/winetests/wshom/wshom.c b/rostests/winetests/wshom/wshom.c index 22a46891d49..3cc00dc4d0d 100644 --- a/rostests/winetests/wshom/wshom.c +++ b/rostests/winetests/wshom/wshom.c @@ -216,10 +216,8 @@ static void test_wshshell(void) SysFreeString(str); /* current directory */ -if (0) /* crashes on native */ -{ - hr = IWshShell3_get_CurrentDirectory(sh3, NULL); -} + if (0) /* crashes on native */ + hr = IWshShell3_get_CurrentDirectory(sh3, NULL); str = NULL; hr = IWshShell3_get_CurrentDirectory(sh3, &str); -- 2.17.1