From 49f4daa71560630029178990050c73f60e584588 Mon Sep 17 00:00:00 2001 From: "Darryl L. Miles" Date: Sun, 29 Sep 2024 23:00:00 +0100 Subject: [PATCH] utils/main.c: Call to function with fewer arguments than declared parameters Copilot Autofix rejected: DBFileRecovery(MainFileName); database/DBio.c looks to take NULL as a value for automatic recovery. Related commits: commit 231a299b164177c532ec9b8a829cddbc5a0fad64 (tag: 8.2.0) Date: Tue Apr 25 08:41:48 2017 -0400 Initial commit at Tue Apr 25 08:41:48 EDT 2017 by tim on stravinsky --- utils/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/main.c b/utils/main.c index cc9b2304..0ffc84da 100644 --- a/utils/main.c +++ b/utils/main.c @@ -1164,7 +1164,7 @@ mainInitFinal() if (mainRecover && MakeMainWindow) { - DBFileRecovery(); + DBFileRecovery(NULL); /* automatic search most recent */ } /*