[PATCH] comctl32/tests: Increase fixed buffer size to make test string fit

Nikolay Sivov nsivov at codeweavers.com
Thu Dec 8 16:10:11 CST 2016


Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
---

Reported by Austin.

 dlls/comctl32/tests/tooltips.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/comctl32/tests/tooltips.c b/dlls/comctl32/tests/tooltips.c
index 72bfc95..1fb9579 100644
--- a/dlls/comctl32/tests/tooltips.c
+++ b/dlls/comctl32/tests/tooltips.c
@@ -297,7 +297,7 @@ static void test_gettext(void)
     TTTOOLINFOA toolinfoA;
     TTTOOLINFOW toolinfoW;
     LRESULT r;
-    CHAR bufA[10] = "";
+    CHAR bufA[16] = "";
     WCHAR bufW[10] = { 0 };
     DWORD length, style;
 
-- 
2.10.2




More information about the wine-patches mailing list