# HG changeset patch # User bertrand # Date 1031544976 0 # Node ID 2f3fe8274028f62c0658dabf9fde88bc22148890 # Parent 9129781e5939079543dc13328ef373d868f5e572 Applied patch from Gregory Kovriga - Url was not properly parsed if an @ was in the file path. diff -r 9129781e5939 -r 2f3fe8274028 libmpdemux/url.c --- a/libmpdemux/url.c Sun Sep 08 23:00:01 2002 +0000 +++ b/libmpdemux/url.c Mon Sep 09 04:16:16 2002 +0000 @@ -57,6 +57,11 @@ // check if a username:password is given ptr2 = strstr(ptr1, "@"); + ptr3 = strstr(ptr1, "/"); + if( ptr3!=NULL && ptr3