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];