Zebediah Figura : winetest: Increase maximum tag length.

Alexandre Julliard julliard at winehq.org
Wed Jun 20 17:13:11 CDT 2018


Module: wine
Branch: master
Commit: 1bb4a8676dc6b5c59a86ec26b45c04aa1a4b588e
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=1bb4a8676dc6b5c59a86ec26b45c04aa1a4b588e

Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Sun Jun 17 11:28:53 2018 -0500

winetest: Increase maximum tag length.

This should hopefully make those failures surrounding newtb-wvistau64-zh-CN go away.

Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 programs/winetest/winetest.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/programs/winetest/winetest.h b/programs/winetest/winetest.h
index e74f126..0446ad5 100644
--- a/programs/winetest/winetest.h
+++ b/programs/winetest/winetest.h
@@ -66,7 +66,7 @@ enum report_type {
     R_QUIET
 };
 
-#define MAXTAGLEN 20
+#define MAXTAGLEN 30
 extern char *tag;
 extern char *email;
 extern BOOL aborting;




More information about the wine-cvs mailing list