Blob Blame History Raw
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);
        }