projects
/
my-code
/
ivac.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f132c66
)
..
author
hackbard
<hackbard>
Wed, 16 Oct 2002 03:20:31 +0000
(
03:20
+0000)
committer
hackbard
<hackbard>
Wed, 16 Oct 2002 03:20:31 +0000
(
03:20
+0000)
stream.c
patch
|
blob
|
history
diff --git
a/stream.c
b/stream.c
index b62f5713cb3b26bee4554517b994ee47b8a7f7e3..b3527ab734f637a8e903543b75857e09390cdf70 100644
(file)
--- a/
stream.c
+++ b/
stream.c
@@
-42,7
+42,7
@@
int main(int argc, char *argv[]) {
memset(&(local_addr.sin_zero),'\0',8);
if(bind(listen_fd,(struct sockaddr)&local_addr,sizeof(struct sockaddr))==-1) {
- printf("unable to bind on port %d.\n",atoi(argv[1]);
+ printf("unable to bind on port %d.\n",atoi(argv[1])
)
;
exit(1);
}