K&R graphics/W3Dmain.c: too few args in CIFNameToMask()

K&R obsolete syntax removal for C23 compatibility series
This commit is contained in:
Darryl L. Miles 2024-10-04 11:32:55 +01:00 committed by Tim Edwards
parent f92d9d469f
commit ff412b74d8
1 changed files with 1 additions and 1 deletions

View File

@ -774,7 +774,7 @@ w3dSeeLayers(w, cmd)
if (crec->cif)
{
/* 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;
}
else