aboutsummaryrefslogtreecommitdiffstats
path: root/audio/mpg123/files/patch-ac
blob: aab75fe98f8b9a1ff18c00091d49cd03e0bf6a38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- audio_esd.c--	Fri May 28 20:36:29 1999
+++ audio_esd.c	Thu Nov 11 10:14:30 1999
@@ -75,7 +75,7 @@
   else if (ai->rate > esd_rate)
     return -1;
 
-  ai->fn = esd_play_stream_fallback(format, ai->rate, esdserver, "mpg123");
+  ai->fn = esd_play_stream_fallback(format, ai->rate, getenv("ESPEAKER"), "mpg123");
   return (ai->fn);
 }