[PATCH] winetest: Increase maximum tag length.

Zebediah Figura z.figura12 at gmail.com
Sun Jun 17 11:28:53 CDT 2018


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

Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
---
 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;
-- 
2.7.4




More information about the wine-devel mailing list