diff options
author | Thibaut Mattern <tmattern@users.sourceforge.net> | 2003-01-18 17:19:45 +0000 |
---|---|---|
committer | Thibaut Mattern <tmattern@users.sourceforge.net> | 2003-01-18 17:19:45 +0000 |
commit | 0f1a0c86dfa09d8642c16fe4e5824efa03779813 (patch) | |
tree | dcfcc5407975dbaa3d8f1c13e1e52f5a1857ff8a | |
parent | 7606c60222fbfa4b2f9430b12a370af3ef6e8a75 (diff) | |
download | xine-lib-0f1a0c86dfa09d8642c16fe4e5824efa03779813.tar.gz xine-lib-0f1a0c86dfa09d8642c16fe4e5824efa03779813.tar.bz2 |
Stupid bug
CVS patchset: 3959
CVS date: 2003/01/18 17:19:45
-rw-r--r-- | src/input/input_mms.c | 4 |
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) { |