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

FIX_Reversed_Condition_in_Commit_fa35d75 #1036

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

jctk
Copy link
Contributor

@jctk jctk commented Feb 3, 2025

Correct reversed condition in function SVBONYBase::sendImage.

Correct reversed condition in function SVBONYBase::sendImage.
@jctk
Copy link
Contributor Author

jctk commented Feb 3, 2025

Condition of Commit fa35d75 is the reverse of the original source code.

Original

        // Send if different
        if (strcmp(bayerString, BayerT[2].text))
        {

Commit fa35d75

        // Send if different
        if (BayerTP[2].isNameMatch(bayerString))
        {

@knro knro merged commit 5036ddd into indilib:master Feb 3, 2025
3 of 4 checks passed
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

Successfully merging this pull request may close these issues.

2 participants