Commit 1bb4a867 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

winetest: Increase maximum tag length.

This should hopefully make those failures surrounding newtb-wvistau64-zh-CN go away. Signed-off-by: 's avatarZebediah Figura <z.figura12@gmail.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent e6fc86e4
...@@ -66,7 +66,7 @@ enum report_type { ...@@ -66,7 +66,7 @@ enum report_type {
R_QUIET R_QUIET
}; };
#define MAXTAGLEN 20 #define MAXTAGLEN 30
extern char *tag; extern char *tag;
extern char *email; extern char *email;
extern BOOL aborting; extern BOOL aborting;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment