indilib / indi

INDI Core Library Repository
https://www.indilib.org
GNU Lesser General Public License v2.1
367 stars 389 forks source link

MGen Autoguider crashes when clicking UI buttons #191

Closed TallFurryMan closed 7 years ago

TallFurryMan commented 7 years ago

Regression introduced by commit 7d53fd. The new conversion seems to reject the cast, while it is only integer stuff (hence I should have used integers in the first place...).

knro commented 7 years ago

It its original form, it wouldn't compile since aux pointer was not properly used. I just pushed another change now, please check and test.

TallFurryMan commented 7 years ago

Which compiler was used for this, so that I may spot the issue earlier myself? (I had no issue building before pushing)

knro commented 7 years ago

I am using GCC v5.4

TallFurryMan commented 7 years ago

Fixed by 7de115b8475cc2cd1fb3407f9087bb94881855b6, though the situation is simpler than what the fix attempts to rework. I'll get back to this maybe, just because I'm a bit obsessive.