summaryrefslogtreecommitdiff
path: root/src/input/input_mms.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/input_mms.c')
-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 4bfee4697..9e6b1165f 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.21 2002/10/23 21:19:42 guenter Exp $
+ * $Id: input_mms.c,v 1.22 2002/10/26 22:50:52 guenter Exp $
*
* mms input plugin based on work from major mms
*/
@@ -258,7 +258,7 @@ static input_plugin_t *open_plugin (input_class_t *cls_gen, xine_stream_t *strea
printf ("input_mms: trying to open '%s'\n", mrl);
#endif
- mms = mms_connect (mrl);
+ mms = mms_connect (stream, mrl);
if (!mms) {
free (mrl);