aboutsummaryrefslogtreecommitdiff
path: root/server.c
diff options
context:
space:
mode:
authorFranklin Wei <frankhwei536@gmail.com>2014-07-14 16:47:10 -0400
committerFranklin Wei <frankhwei536@gmail.com>2014-07-14 16:47:10 -0400
commit06e815f51fcd38653a10f391325277d3db178a4b (patch)
treec9e7aed95bfff90a5be843796c2263b6cccc16c0 /server.c
parent573db59c564e28da0f21c4e9f43b5aaa86fb337e (diff)
parent242a6e2d8edd375da6b02d7e2ece1b41d0f8de54 (diff)
downloadwargames-server-06e815f51fcd38653a10f391325277d3db178a4b.zip
wargames-server-06e815f51fcd38653a10f391325277d3db178a4b.tar.gz
wargames-server-06e815f51fcd38653a10f391325277d3db178a4b.tar.bz2
wargames-server-06e815f51fcd38653a10f391325277d3db178a4b.tar.xz
Merge
Diffstat (limited to 'server.c')
-rw-r--r--server.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/server.c b/server.c
index 0ec96e4..568c5e6 100644
--- a/server.c
+++ b/server.c
@@ -1,4 +1,4 @@
-/*
+x/*
* WarGames - a WOPR emulator written in C
* Copyright (C) 2014 Franklin Wei
*
@@ -128,7 +128,7 @@ int main(int argc, char* argv[])
printf("error accepting connection.\n");
return 1;
}
- printf("new connection.\n");
+ printf("new connection from \n");
FD_SET(new, &active_fd_set);
int ret=pipe(pipes[new]);
if(ret<0)