Such a little typo, such a big problem. . . Fixed error from last
commit.
This commit is contained in:
parent
7a12bf8f60
commit
4cac448337
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue