blob: ac46cb9543cdfbe367fbcf947479bb5e94971b31 (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
diff -up esound-0.2.38/esdlib.c.spew esound-0.2.38/esdlib.c
--- esound-0.2.38/esdlib.c.spew 2007-04-19 10:43:59.000000000 -0400
+++ esound-0.2.38/esdlib.c 2007-09-19 08:45:44.000000000 -0400
@@ -479,7 +479,6 @@ esd_connect_tcpip(const char *host)
strcpy ( connect_host, "localhost" );
if ( getaddrinfo ( connect_host, NULL, &hints, &result ) != 0 ) {
- printf ("Usage:program_name [address][:port]");
return (-1);
}
|