OpenJDK / amber / amber
changeset 55543:6640fd9196d9
8221406: Windows 32bit build error in NetworkInterface_winXP.c
Reviewed-by: clanger
author | stuefe |
---|---|
date | Tue, 26 Mar 2019 15:46:15 +0100 |
parents | 33f0b34c9dd7 |
children | c02b8d6384ab |
files | src/java.base/windows/native/libnet/NetworkInterface_winXP.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/java.base/windows/native/libnet/NetworkInterface_winXP.c Tue Mar 26 15:20:23 2019 +0100 +++ b/src/java.base/windows/native/libnet/NetworkInterface_winXP.c Tue Mar 26 15:46:15 2019 +0100 @@ -41,7 +41,7 @@ #ifdef _WIN64 printf ("nif:0x%I64x name:%s\n", (UINT_PTR)nif, nif->name); #else - printf ("nif:0x%x name:%s\n", nif, nif->name); + printf ("nif:0x%x name:%s\n", (UINT_PTR)nif, nif->name); #endif if (nif->dNameIsUnicode) { printf ("dName:%S index:%d ", (unsigned short *)nif->displayName,