Re: [PATCH 2/2] dnsapi: DnsQueryEx partial implementation (ver.3)
Jan. 15, 2016
5: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.
3723
Age (days ago)
3723
Last active (days ago)
0 comments
1 participants
participants (1)
-
Hans Leidekker