Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

excess elements in struct initializer #104

Closed
faanma opened this issue Dec 30, 2021 · 1 comment
Closed

excess elements in struct initializer #104

faanma opened this issue Dec 30, 2021 · 1 comment

Comments

@faanma
Copy link

faanma commented Dec 30, 2021

core/settings.c

Line 487 in af29d13

{ Setting_AxisBacklash, Group_Axis0, "?-axis backlash compensation", "mm", Format_Decimal, "#####0.000", NULL, NULL, Setting_IsExtendedFn, set_axis_setting, get_float, NULL, NULL },

Is there a NULL left over?

@terjeio
Copy link
Contributor

terjeio commented Dec 31, 2021

Yes, there is. Will fix in the next commit. Thanks for reporting.

terjeio added a commit that referenced this issue Jan 5, 2022
…dded some new stream handling functions.

Added real time command character 0x8B for toggling MPG stream on/off.
Fix for issue #104
@terjeio terjeio closed this as completed Jan 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants