From 46209edbd0fa84adfdc35a4ac934a9622d695455 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 21 Dec 2000 09:45:26 +0000 Subject: broadcast printf in number dot notation --- src/ivy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/ivy.c b/src/ivy.c index b5651df..e91dd36 100644 --- a/src/ivy.c +++ b/src/ivy.c @@ -635,7 +635,7 @@ void IvyStart (const char* bus) /* addresses are terminated by a comma or end of string */ } else { - printf ("Broadcasting on network %lx, port %d\n", mask, SupervisionPort); + printf ("Broadcasting on network %s, port %d\n", inet_ntoa(htonl(mask)), SupervisionPort); // test mask value agaisnt CLASS D if ( IN_MULTICAST( mask ) ) SocketAddMember (broadcast , mask ); -- cgit v1.1