Such a little typo, such a big problem. . . Fixed error from last

commit.
This commit is contained in:
Tim Edwards 2020-11-17 14:29:21 -05:00
parent 7a12bf8f60
commit 4cac448337
1 changed files with 1 additions and 1 deletions

View File

@ -4969,7 +4969,7 @@ CIFGenLayer(op, area, cellDef, origDef, temps, hier, clientdata)
bls.temps = temps;
for (ttype = 0; ttype < TT_MAXTYPES; ttype++, bls.temps++)
if (bloats->bl_distance[ttype] > 0)
(void) DBSrPaintArea((Tile *)NULL, bls.temps, &TiPlaneRect,
(void) DBSrPaintArea((Tile *)NULL, *bls.temps, &TiPlaneRect,
&CIFSolidBits, cifProcessResetFunc,
(ClientData)NULL);
}