Network: 64bit fix.

This commit is contained in:
Adrien Destugues
2014-10-30 16:15:25 +01:00
parent 1508dc5c41
commit c00e34900a
@@ -303,7 +303,7 @@ NetworkSettings::SetConfiguration()
fNetworkInterface->SetTo(zeroAddr);
} else {
// TODO : test this case (no address set for this protocol)
printf("no zeroAddr found for %s(%d), found %lu\n",
printf("no zeroAddr found for %s(%d), found %" B_PRIu32 "\n",
fProtocols[index].name, inet_id, zeroAddr);
BNetworkInterfaceAddress interfaceConfig;
interfaceConfig.SetAddress(fAddress[inet_id]);