freebsd-ports/audio/mpg123/files/patch-ac

12 lines
327 B
Plaintext
Raw Normal View History

--- 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, NULL, "mpg123");
return (ai->fn);
}