diff --git a/VERSION b/VERSION index bf1de9c2..499be463 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.3.531 +8.3.532 diff --git a/database/DBtiles.c b/database/DBtiles.c index 52782410..4d4662a5 100644 --- a/database/DBtiles.c +++ b/database/DBtiles.c @@ -111,7 +111,7 @@ DBSrPaintNMArea(hintTile, plane, ttype, rect, mask, func, arg) TileType tpt; int rheight, rwidth, rmax; dlong f1, f2, f3, f4; - bool ignore_sides; + int ignore_sides; /* If the search area is not diagonal, return the result of the */ /* standard (manhattan) search function. */