From c8444e459eac04b3702a3de2815c48a33a9032d4 Mon Sep 17 00:00:00 2001 From: Eric Claeys <83164203+EricClaeys@users.noreply.github.com> Date: Sun, 5 May 2024 00:55:39 -0500 Subject: [PATCH] Update capture_ZWO.cpp: add argument to getCommandLineArguments() --- src/capture_ZWO.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/capture_ZWO.cpp b/src/capture_ZWO.cpp index 513ab0f56..47abd5b4f 100644 --- a/src/capture_ZWO.cpp +++ b/src/capture_ZWO.cpp @@ -887,9 +887,8 @@ int main(int argc, char *argv[]) if (! setDefaults(&CG, ASICameraInfo)) closeUp(EXIT_ERROR_STOP); - if (! getCommandLineArguments(&CG, argc, argv)) + if (! getCommandLineArguments(&CG, argc, argv, true)) // it outputs error messages { - // getCommandLineArguents outputs an error message. exit(EXIT_ERROR_STOP); }