[PATCH 2/2] dnsapi: DnsQueryEx partial implementation (ver.3)

Hans Leidekker hans at codeweavers.com
Fri Jan 15 05:10:33 CST 2016


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.





More information about the wine-devel mailing list