From 603ce8b8875ec7e4ba3ec647a80cb6614b4757bb Mon Sep 17 00:00:00 2001 From: "Darryl L. Miles" Date: Fri, 4 Oct 2024 11:37:20 +0100 Subject: [PATCH] K&R CalmaRead.c: too many args for calmaLookCell() K&R obsolete syntax removal for C23 compatibility series --- calma/CalmaRead.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calma/CalmaRead.c b/calma/CalmaRead.c index 923812eb..6862ace2 100644 --- a/calma/CalmaRead.c +++ b/calma/CalmaRead.c @@ -299,7 +299,7 @@ done: windCheckOnlyWindow(&mw, DBWclientID); if (mw != NULL) { - if (calmaLookCell(libnameptr, NULL) != (CellDef *)NULL) + if (calmaLookCell(libnameptr) != (CellDef *)NULL) DBWloadWindow(mw, libnameptr, 0); } freeMagic(libname);