[MPlayer-cvslog] r35434 - trunk/stream/stream_ftp.c
al
subversion at mplayerhq.hu
Tue Nov 20 23:25:04 CET 2012
Author: al
Date: Tue Nov 20 23:25:04 2012
New Revision: 35434
Log:
stream ftp: Increase command buffer size
Allow for more longish file names (be it because of length or more
lengthy characters).
Modified:
trunk/stream/stream_ftp.c
Modified: trunk/stream/stream_ftp.c
==============================================================================
--- trunk/stream/stream_ftp.c Tue Nov 20 23:23:38 2012 (r35433)
+++ trunk/stream/stream_ftp.c Tue Nov 20 23:25:04 2012 (r35434)
@@ -67,7 +67,7 @@ static struct stream_priv_s {
NULL,
};
-#define CMD_BUFSIZE 256
+#define CMD_BUFSIZE 8192
#define BUFSIZE 2048
More information about the MPlayer-cvslog
mailing list