(prd_maxno): Variable's value is well-known constant P_MDUST + 2.
Useless, remove. Users changed to check pchr's sentinel, because that's clearer than comparing the index to P_MDUST or sizeof(pchr) / sizeof(*pchr). (pchr): Change sentinel's p_name and p_sname to NULL. Sentinel checks changed.
This commit is contained in:
parent
23f134aa75
commit
19953e6c22
4 changed files with 3 additions and 8 deletions
|
@ -531,7 +531,7 @@ nullify_objects(void)
|
|||
if (opt_NO_LCMS)
|
||||
dchr[i].d_lcms = 0;
|
||||
}
|
||||
for (i = 0; i < prd_maxno; i++) {
|
||||
for (i = 0; pchr[i].p_name; i++) {
|
||||
for (j = 0; j < MAXPRCON; j++) {
|
||||
if (opt_NO_HCMS && pchr[i].p_ctype[j] == I_HCM)
|
||||
pchr[i].p_camt[j] = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue