Commit 0de1c331 authored by Alexandre Julliard's avatar Alexandre Julliard

iphlpapi/tests: Avoid sizeof in traces.

parent fa8c384b
......@@ -1044,7 +1044,6 @@ todo_wine
{
PICMP_ECHO_REPLY pong = (PICMP_ECHO_REPLY) replydata;
trace ("send addr : %s\n", ntoa(address));
trace ("send size : %u\n", sizeof(senddata));
trace ("reply addr : %s\n", ntoa(pong->Address));
trace ("reply size : %u\n", replysz);
trace ("roundtrip : %u ms\n", pong->RoundTripTime);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment