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 Issue #46 #50

Closed
wants to merge 4 commits into from
Closed

fix Issue #46 #50

wants to merge 4 commits into from

Conversation

jnstahl
Copy link
Contributor

@jnstahl jnstahl commented Dec 3, 2023

comment out verbose printf statements which were causing compilation issues on windows

@jnstahl jnstahl mentioned this pull request Dec 3, 2023
@@ -385,7 +385,7 @@ void call_HandlePTRRecord(const void* p, const void* base, boolean last, STRING_
}

void call_HandleTXTRecord(const void* p, const void* base, boolean last, STRING_ARG_DECL(key), STRING_ARG_DECL(value)) {
((MdnsRequest*)p)->callbackTXT(base, last, STRING_ARG_CALL(key), STRING_ARG_CALL(value));
((MdnsRequest*)p)->callbackTXT(base, last, STRING_ARG_CALL(key), STRING_ARG_CALL(key));
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why value is changed to key here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Huh. I fixed this earlier. Why did this regress?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have no idea :D but I guess it should be value, right?

@jnstahl
Copy link
Contributor Author

jnstahl commented Dec 4, 2023 via email

@Nimrodda
Copy link
Owner

Nimrodda commented Dec 4, 2023

Seems like a merge issue on my side? Weird I didn't see that

yeah, no worries. whenever you have the time.

@Nimrodda
Copy link
Owner

Nimrodda commented Dec 4, 2023

I'll close this one then

@Nimrodda Nimrodda closed this Dec 4, 2023
@jnstahl jnstahl deleted the issue_46 branch December 4, 2023 14:35
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