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

Change signature of function to set the offset to long #203

Closed
JM-FRANCE opened this issue Mar 8, 2024 · 1 comment · May be fixed by #181
Closed

Change signature of function to set the offset to long #203

JM-FRANCE opened this issue Mar 8, 2024 · 1 comment · May be fixed by #181
Assignees
Labels
conclusion: duplicate Has already been submitted topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project

Comments

@JM-FRANCE
Copy link

The function expects an int, yet the instance variable is a long. On some architectures it’s not the same number of bytes

void NTPClient::setTimeOffset(int timeOffset) {

@JM-FRANCE
Copy link
Author

I had not seen

#181

should be taken into account in the code…

@per1234 per1234 linked a pull request Mar 8, 2024 that will close this issue
@per1234 per1234 added type: imperfection Perceived defect in any part of project topic: code Related to content of the project itself labels Mar 8, 2024
@per1234 per1234 self-assigned this Mar 8, 2024
@per1234 per1234 added the conclusion: duplicate Has already been submitted label Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conclusion: duplicate Has already been submitted topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants