changeset 16719:2acb2b765197

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
author gpoirier
date Mon, 10 Oct 2005 12:56:17 +0000
parents 044260623695
children f73adf296f1e
files libmpdemux/stream_ftp.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/stream_ftp.c	Mon Oct 10 05:45:38 2005 +0000
+++ b/libmpdemux/stream_ftp.c	Mon Oct 10 12:56:17 2005 +0000
@@ -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