From 4cac448337467ee37af917d5a5bf7e64873e9a5b Mon Sep 17 00:00:00 2001 From: Tim Edwards Date: Tue, 17 Nov 2020 14:29:21 -0500 Subject: [PATCH] Such a little typo, such a big problem. . . Fixed error from last commit. --- cif/CIFgen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cif/CIFgen.c b/cif/CIFgen.c index b8591ad1..e04a2769 100644 --- a/cif/CIFgen.c +++ b/cif/CIFgen.c @@ -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); }