From ffce10f0e59966db1fb6f6e9cf346c45d1274905 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Duraffort?= Date: Wed, 3 Feb 2010 15:39:56 +0100 Subject: [PATCH] sout: fix typo. --- src/stream_output/stream_output.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stream_output/stream_output.c b/src/stream_output/stream_output.c index cabc9cdd25..b1045d2e46 100644 --- a/src/stream_output/stream_output.c +++ b/src/stream_output/stream_output.c @@ -1001,7 +1001,7 @@ rtp: if (psz_chain && b_sout_display) { char *tmp; - if (asprintf (&tmp, "duplicate{dst=display,dst=%s}", tmp) == -1) + if (asprintf (&tmp, "duplicate{dst=display,dst=%s}", psz_chain) == -1) tmp = NULL; free (psz_chain); psz_chain = tmp; -- 2.39.2