Support definition of additional products in product.config:
(P_MAX): Increase space in table.
This commit is contained in:
parent
9e8f74d239
commit
f28767e1e4
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ struct pchrstr {
|
||||||
char *p_sname; /* short (7 char or less) name of product */
|
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];
|
extern struct pchrstr pchr[P_MAX + 2];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue