From 0de1c331d690e18e7e819252085f82082dbae723 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Wed, 20 May 2015 21:45:33 +0900 Subject: [PATCH] iphlpapi/tests: Avoid sizeof in traces. --- dlls/iphlpapi/tests/iphlpapi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/iphlpapi/tests/iphlpapi.c b/dlls/iphlpapi/tests/iphlpapi.c index bc70b51bc7f..db965d31c83 100644 --- a/dlls/iphlpapi/tests/iphlpapi.c +++ b/dlls/iphlpapi/tests/iphlpapi.c @@ -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);