Module: wine Branch: master Commit: 0de1c331d690e18e7e819252085f82082dbae723 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0de1c331d690e18e7e81925208...
Author: Alexandre Julliard julliard@winehq.org Date: Wed May 20 21:45:33 2015 +0900
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 bc70b51..db965d3 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);