mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
12 lines
327 B
Plaintext
12 lines
327 B
Plaintext
--- 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);
|
|
}
|
|
|