From 2eb46161f08c1ff31bdab14d1738aba251df8cee Mon Sep 17 00:00:00 2001 From: Joseph Koshy Date: Thu, 11 Nov 1999 06:53:38 +0000 Subject: Remove a redundant `getenv()' call in this patch. --- audio/mpg123/files/patch-ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio') diff --git a/audio/mpg123/files/patch-ac b/audio/mpg123/files/patch-ac index aab75fe98f8b..4de29e5762b2 100644 --- a/audio/mpg123/files/patch-ac +++ b/audio/mpg123/files/patch-ac @@ -5,7 +5,7 @@ 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"); ++ ai->fn = esd_play_stream_fallback(format, ai->rate, NULL, "mpg123"); return (ai->fn); } -- cgit v1.2.3