Mercurial > mplayer.hg
changeset 4802:9c06b312ced6
Finnaly figured out this little long living bug
author | albeu |
---|---|
date | Fri, 22 Feb 2002 14:05:41 +0000 |
parents | 3e011ae799fa |
children | 5b4fd881200a |
files | libmpdemux/network.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/network.c Fri Feb 22 13:47:31 2002 +0000 +++ b/libmpdemux/network.c Fri Feb 22 14:05:41 2002 +0000 @@ -439,7 +439,7 @@ if( next_url!=NULL ) { close( fd ); url_free( url ); - url = url_new( next_url ); + streaming_ctrl->url = url = url_new( next_url ); http_free( http_hdr ); redirect = 1; }