DBcellsrch.c:2249:22: warning: too many arguments in call to 'dbMovePlane'

clang18 default warning cleanup
This commit is contained in:
Darryl L. Miles 2024-10-04 18:37:46 +01:00 committed by Tim Edwards
parent c1aeaa9be5
commit 59bfe8f6c0
1 changed files with 1 additions and 1 deletions

View File

@ -2241,7 +2241,7 @@ DBMoveCell(cellDef, origx, origy)
newplane = DBNewPlane((ClientData) TT_SPACE);
DBClearPaintPlane(newplane);
if (dbMovePlane(cellDef->cd_planes[pNum], newplane, pNum,
origx, origy, FALSE))
origx, origy))
cellDef->cd_flags |= (CDMODIFIED | CDGETNEWSTAMP);
DBFreePaintPlane(cellDef->cd_planes[pNum]);
TiFreePlane(cellDef->cd_planes[pNum]);