diff --git a/VERSION b/VERSION index 2e03c5a9..fbf1f18d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.3.71 +8.3.72 diff --git a/drc/DRCsubcell.c b/drc/DRCsubcell.c index 0a2bd477..9ecdb353 100644 --- a/drc/DRCsubcell.c +++ b/drc/DRCsubcell.c @@ -164,9 +164,9 @@ drcSubCopyErrors(tile, cxp) */ int -drcSubCopyFunc(scx, fp) +drcSubCopyFunc(scx, cdarg) SearchContext *scx; - TreeFilter *fp; + ClientData cdarg; { TileTypeBitMask drcMask; @@ -175,7 +175,7 @@ drcSubCopyFunc(scx, fp) TTMaskSetType(&drcMask, TT_ERROR_P); /* Use DBNoTreeSrTiles() because we want to search only one level down */ - return DBNoTreeSrTiles(scx, &drcMask, 0, drcSubCopyErrors, fp->tf_arg); + return DBNoTreeSrTiles(scx, &drcMask, 0, drcSubCopyErrors, cdarg); } /*