Skip to content

Commit

Permalink
Update capture_ZWO.cpp: add argument to getCommandLineArguments()
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored May 5, 2024
1 parent 8f08251 commit c8444e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/capture_ZWO.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit c8444e4

Please sign in to comment.