changeset 12412:57157e702e48

100l for me Ftp fix patch was committed commented out.
author rtognimp
date Mon, 03 May 2004 18:19:16 +0000
parents a42922e2a32c
children 87a6dc69b65a
files libmpdemux/open.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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