From 78cb33cb0ba6f70833c74d62485872e4b12cbc89 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sat, 6 Sep 2008 15:56:06 +0300 Subject: [PATCH] Change the name --- src/stream_output/sap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stream_output/sap.c b/src/stream_output/sap.c index c1c5448cf8..88fdf578cf 100644 --- a/src/stream_output/sap.c +++ b/src/stream_output/sap.c @@ -120,7 +120,7 @@ sap_handler_t *announce_SAPHandlerCreate( announce_handler_t *p_announce ) sap_handler_t *p_sap; p_sap = vlc_custom_create( VLC_OBJECT(p_announce), sizeof( sap_handler_t ), - VLC_OBJECT_ANNOUNCE, "announce" ); + VLC_OBJECT_ANNOUNCE, "sap announcer" ); if( !p_sap ) return NULL; -- 2.39.2