summaryrefslogtreecommitdiffstats
path: root/source/l/esound/remove-confusing-spew.patch
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/esound/remove-confusing-spew.patch')
-rw-r--r--source/l/esound/remove-confusing-spew.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/source/l/esound/remove-confusing-spew.patch b/source/l/esound/remove-confusing-spew.patch
new file mode 100644
index 000000000..ac46cb954
--- /dev/null
+++ b/source/l/esound/remove-confusing-spew.patch
@@ -0,0 +1,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);
+ }
+