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@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
e6fc86e4a0
commit
1bb4a8676d
|
@ -66,7 +66,7 @@ enum report_type {
|
|||
R_QUIET
|
||||
};
|
||||
|
||||
#define MAXTAGLEN 20
|
||||
#define MAXTAGLEN 30
|
||||
extern char *tag;
|
||||
extern char *email;
|
||||
extern BOOL aborting;
|
||||
|
|
Loading…
Reference in New Issue