*** MPlayer-0.90pre7/libmpdemux/url.c Sun Sep 8 16:33:50 2002 --- MPlayer-20020908/libmpdemux/url.c Sun Jun 23 09:27:19 2002 *************** *** 57,66 **** // check if a username:password is given ptr2 = strstr(ptr1, "@"); - if ((ptr3=strstr(ptr1,"/")) != NULL && ptr3 < ptr2) { - /* it isn't really a username but rather a part of the path */ - ptr2 = NULL; - } if( ptr2!=NULL ) { // We got something, at least a username... int len = ptr2-ptr1; --- 57,62 ----