commit | bda2fe5eb67e325d28e977750046516333748653 | [log] [tgz] |
---|---|---|
author | Ferenc Wagner <wferi@tba.elte.hu> | Mon Apr 11 16:10:01 2005 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Apr 11 16:10:01 2005 +0000 |
tree | 45f59b63c3d8faf0bab5350db19bf5f577a11649 | |
parent | 50794ce78709e18edebb6b220c1e5cc9f4821a52 [diff] [blame] |
Use the same maximum length for tags given on the command line and tags entered in the GUI.
diff --git a/programs/winetest/winetest.h b/programs/winetest/winetest.h index dbc1e1c..79fd43e 100644 --- a/programs/winetest/winetest.h +++ b/programs/winetest/winetest.h
@@ -57,6 +57,7 @@ R_QUIET }; +#define MAXTAGLEN 20 extern char *tag; int guiAskTag (void); int report (enum report_type t, ...);