diff --git a/VERSION b/VERSION index f21117ae..f5b26962 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.3.125 +8.3.126 diff --git a/database/DBpaint.c b/database/DBpaint.c index bf91457d..5364827e 100644 --- a/database/DBpaint.c +++ b/database/DBpaint.c @@ -2573,7 +2573,7 @@ DBPaintPlaneVert(plane, area, resultTbl, undo) Tile *newtile, *tp; /* Used for paint */ if (area->r_xtop <= area->r_xbot || area->r_ytop <= area->r_ybot) - return; + return 0; /* * The following is a modified version of the area enumeration @@ -2798,6 +2798,7 @@ paintdone: done: plane->pl_hint = tile; + return 0; } /*