Corrected error message.

This commit is contained in:
skarg
2010-03-07 10:22:05 +00:00
parent 776bf54278
commit c4df15b39c
+1 -1
View File
@@ -429,7 +429,7 @@ bool bip_init(
rv = bind(sock_fd, (const struct sockaddr *) &sin,
sizeof(struct sockaddr));
if (rv < 0) {
fprintf(stderr, "bip: failed to bind to %s port %hd\n",
fprintf(stderr, "bip: failed to bind to %s port %hu\n",
inet_ntoa(sin.sin_addr), bip_get_port());
close(sock_fd);
bip_set_socket(-1);