summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libmpdemux/stream_ftp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpdemux/stream_ftp.c b/libmpdemux/stream_ftp.c
index e3bdeb4e75..ad81300d1c 100644
--- a/libmpdemux/stream_ftp.c
+++ b/libmpdemux/stream_ftp.c
@@ -298,7 +298,7 @@ static int seek(stream_t *s,off_t newpos) {
}
// 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