# HG changeset patch # User rtognimp # Date 1083608356 0 # Node ID 57157e702e48a910424bfc8df034364e23f5b151 # Parent a42922e2a32cc35771205be51a6739f9bd3d9efd 100l for me Ftp fix patch was committed commented out. diff -r a42922e2a32c -r 57157e702e48 libmpdemux/open.c --- a/libmpdemux/open.c Mon May 03 17:59:55 2004 +0000 +++ b/libmpdemux/open.c Mon May 03 18:19:16 2004 +0000 @@ -526,7 +526,7 @@ #endif } stream=new_stream(f,STREAMTYPE_STREAM); -// if (strcmp(url->protocol, "ftp")) { // ftp is handled somewhere else + if (strcmp(url->protocol, "ftp")) { // ftp is handled somewhere else if( streaming_start( stream, file_format, url )<0){ mp_msg(MSGT_OPEN,MSGL_ERR,MSGTR_UnableOpenURL, filename); url_free(url); @@ -535,7 +535,7 @@ mp_msg(MSGT_OPEN,MSGL_INFO,MSGTR_ConnToServer, url->hostname ); url_free(url); return stream; -// } + } } } #endif