Lines 1-11
Link Here
|
1 |
--- src/multiskkserv-ctl.c.orig 2002-01-12 21:10:13 UTC |
|
|
2 |
+++ src/multiskkserv-ctl.c |
3 |
@@ -168,7 +168,7 @@ show_stat(char *remote, int port, int fa |
4 |
char rbuf[SKKSERV_REQUEST_SIZE]; |
5 |
|
6 |
if ((sock = socket_connect(remote, &sstr, port, (char *)SKKSERV_SERVICE, family)) < 0) { |
7 |
- fprintf(stderr, __FUNCTION__ ": cannot make a connection.\n"); |
8 |
+ fprintf(stderr, "%s%s", __FUNCTION__, ": cannot make a connection.\n"); |
9 |
return; |
10 |
} |
11 |
|