[ros-diffs] [weiden] 16628: fixed signed/unsigned comparison warning
weiden at svn.reactos.com
weiden at svn.reactos.com
Sun Jul 17 21:20:15 CEST 2005
fixed signed/unsigned comparison warning
Modified: trunk/reactos/apps/utils/net/ipconfig/ipconfig.c
_____
Modified: trunk/reactos/apps/utils/net/ipconfig/ipconfig.c
--- trunk/reactos/apps/utils/net/ipconfig/ipconfig.c 2005-07-17
18:36:01 UTC (rev 16627)
+++ trunk/reactos/apps/utils/net/ipconfig/ipconfig.c 2005-07-17
19:20:12 UTC (rev 16628)
@@ -188,7 +188,7 @@
*/
result = GetInterfaceInfo(pIfTable, &dwOutBufLen);
if (result == NO_ERROR) {
- UINT i;
+ INT i;
_tprintf(_T("GetInterfaceInfo() returned with %ld adaptor
entries\n"), pIfTable->NumAdapters);
for (i = 0; i < pIfTable->NumAdapters; i++) {
wprintf(L"[%d] %s\n", i + 1, pIfTable->Adapter[i].Name);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050717/a107522e/attachment.html
More information about the Ros-diffs
mailing list