Sophie

Sophie

distrib > Fedora > 13 > x86_64 > by-pkgid > b9d40f204499b180caba54ce641f1052 > files > 6

esound-0.2.41-3.fc12.src.rpm

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);
        }