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-09 21:17:28 -04:00
committed by Tim Edwards
parent c1aeaa9be5
commit 59bfe8f6c0
+1 -1
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]);