[MPlayer-cvslog] CVS: main/libmpdemux stream_ftp.c,1.4,1.5

Guillaume Poirier CVS syncmail at mplayerhq.hu
Mon Oct 10 14:56:19 CEST 2005


CVS change done by Guillaume Poirier CVS

Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv31406/libmpdemux

Modified Files:
	stream_ftp.c 
Log Message:
Typo fix: RFC959 says that FTP commands should end with a carriage return
followed by a line feed.
Patch by Zuxy < zuxy POIS meng AH gmail POIS com>
Original thread:
Date: Oct 10, 2005 10:08 AM
Subject: [MPlayer-dev-eng] [PATCH] Typo in libmpdemux/stream_ftp.c


Index: stream_ftp.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/stream_ftp.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- stream_ftp.c	17 Aug 2003 11:07:18 -0000	1.4
+++ stream_ftp.c	10 Oct 2005 12:56:17 -0000	1.5
@@ -298,7 +298,7 @@
     }
     // Send the ABOR command
     // Ignore the return code as sometimes it fail with "nothing to abort"
-    FtpSendCmd("ABOR\n\r",p,rsp_txt);
+    FtpSendCmd("ABOR\r\n",p,rsp_txt);
   }
 
   // Open a new connection




More information about the MPlayer-cvslog mailing list