Skip to content

Commit

Permalink
StarGO V 1.13.2 | Second code position needed to be corrected to fix …
Browse files Browse the repository at this point in the history
…the MacOS crash (#821)

Co-authored-by: Wolfgang Reissenberger <[email protected]>
  • Loading branch information
sterne-jaeger and Wolfgang Reissenberger authored Aug 6, 2023
1 parent bfc9f7e commit 9827668
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions debian/indi-avalon/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
indi-avalon (1.13.2) jammy; urgency=medium

* Second code position needed to be corrected to fix the MacOS crash

-- Wolfgang Reissenberger <[email protected]> Sun, 06 Aug 2023 14:42:39 +0200

indi-avalon (1.13.1) jammy; urgency=medium

* Bug fix for updated version numbers
Expand Down
2 changes: 1 addition & 1 deletion indi-avalon/lx200stargo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ bool LX200StarGo::ReadScopeStatus()
}
}

char parkHomeStatus[1] = {0};
char parkHomeStatus[AVALON_RESPONSE_BUFFER_LENGTH] = {0};
if (! getParkHomeStatus(parkHomeStatus))
{
LOG_ERROR("Cannot determine scope status, failed to determine park/sync state.");
Expand Down

0 comments on commit 9827668

Please sign in to comment.