Re: [PATCH 2/2] dnsapi: DnsQueryEx partial implementation (ver.3)
15 Jan
2016
15 Jan
'16
11:10 a.m.
On Fri, 2016-01-15 at 11:35 +0300, Donat Enikeev wrote:
+ TRACE("DNS address to use %hhu.%hhu.%hhu.%hhu (%u) \n", + p_sockaddr->sin_addr.WS_s_impno, p_sockaddr->sin_addr.WS_s_lh, + p_sockaddr->sin_addr.WS_s_host, p_sockaddr->sin_addr.WS_s_net, p_sockaddr->sin_addr.WS_s_addr);
%hhu is not needed here (and would not be allowed in Wine because it's a C99 feature). You can use %u.
3624
Age (days ago)
3624
Last active (days ago)
0 comments
1 participants
participants (1)
-
Hans Leidekker