From f28767e1e4b9deb8f9c7e3d50e76a6abbf711bdd Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Thu, 22 Jun 2006 20:24:32 +0000 Subject: [PATCH] Support definition of additional products in product.config: (P_MAX): Increase space in table. --- include/product.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/product.h b/include/product.h index 1c6b373c..6380f25a 100644 --- a/include/product.h +++ b/include/product.h @@ -58,7 +58,7 @@ struct pchrstr { char *p_sname; /* short (7 char or less) name of product */ }; -#define P_MAX 14 +#define P_MAX 22 extern struct pchrstr pchr[P_MAX + 2];