From c2b6deeb653fc08c76e42817548b00cef5393002 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Thu, 28 Oct 1999 00:19:07 +0000 Subject: [PATCH] one \n -> \r\n git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7251 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftpd/ls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appl/ftp/ftpd/ls.c b/appl/ftp/ftpd/ls.c index 36984c84e..e6627df75 100644 --- a/appl/ftp/ftpd/ls.c +++ b/appl/ftp/ftpd/ls.c @@ -361,7 +361,7 @@ list_files(FILE *out, char **files, int n_files, int flags) fi = calloc(n_files, sizeof(*fi)); if (fi == NULL) { - sec_fprintf2(out, "ouf of memory\n"); + sec_fprintf2(out, "ouf of memory\r\n"); return; } for(i = 0; i < n_files; i++) {