summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/input/input_mms.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/input_mms.c b/src/input/input_mms.c
index c4ceb0988..d40a564ec 100644
--- a/src/input/input_mms.c
+++ b/src/input/input_mms.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: input_mms.c,v 1.33 2003/01/15 00:53:40 tmattern Exp $
+ * $Id: input_mms.c,v 1.34 2003/01/18 17:19:45 tmattern Exp $
*
* mms input plugin based on work from major mms
*/
@@ -357,7 +357,7 @@ static input_plugin_t *open_plugin (input_class_t *cls_gen, xine_stream_t *strea
bandwidth_changed_cb(cls, &bandwidth_entry);
}
- switch (this->protocol) {
+ switch (protocol) {
case PROTOCOL_UNDEFINED:
mms = mms_connect (stream, mrl, this->bandwidth);
if (mms) {