K&R graphics/W3Dmain.c: too few args in CIFNameToMask()
K&R obsolete syntax removal for C23 compatibility series
This commit is contained in:
parent
f92d9d469f
commit
ff412b74d8
|
|
@ -774,7 +774,7 @@ w3dSeeLayers(w, cmd)
|
||||||
if (crec->cif)
|
if (crec->cif)
|
||||||
{
|
{
|
||||||
/* If CIF layers, match the layer name (1 only) */
|
/* If CIF layers, match the layer name (1 only) */
|
||||||
if (!CIFNameToMask(cmd->tx_argv[lidx], &mask))
|
if (!CIFNameToMask(cmd->tx_argv[lidx], &mask, NULL))
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue