Skip to content

Commit

Permalink
fix issue Nimrodda#45
Browse files Browse the repository at this point in the history
  • Loading branch information
jnstahl committed Dec 4, 2023
1 parent 379e0b6 commit e09b0fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/flutter_nsd_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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(key));
((MdnsRequest*)p)->callbackTXT(base, last, STRING_ARG_CALL(key), STRING_ARG_CALL(value));
}


Expand Down

0 comments on commit e09b0fd

Please sign in to comment.