* now spaces are allowed in SAP annouces.

parent f48bd24d
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* streamout.cpp : wxWindows plugin for vlc * streamout.cpp : wxWindows plugin for vlc
***************************************************************************** *****************************************************************************
* Copyright (C) 2000-2001 VideoLAN * Copyright (C) 2000-2001 VideoLAN
* $Id: streamout.cpp,v 1.20 2003/07/06 16:13:11 gbazin Exp $ * $Id: streamout.cpp,v 1.21 2003/07/07 07:14:56 adn Exp $
* *
* Authors: Gildas Bazin <gbazin@netcourrier.com> * Authors: Gildas Bazin <gbazin@netcourrier.com>
* *
...@@ -327,8 +327,9 @@ void SoutDialog::UpdateMRL() ...@@ -327,8 +327,9 @@ void SoutDialog::UpdateMRL()
/* SAP only if UDP */ /* SAP only if UDP */
if( sap_checkbox->IsChecked() ) if( sap_checkbox->IsChecked() )
{ {
dup_opts += wxT(",sap="); dup_opts += wxT(",sap=\"");
dup_opts += sap_addr->GetLineText(0); dup_opts += sap_addr->GetLineText(0);
dup_opts += wxT("\"");
} }
dup_opts += wxT("}"); dup_opts += wxT("}");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment