Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > d7c6bfc17c4862b7ee8503ffd29e33e0 > files > 3

fmirror-0.8.4-8mdv2008.0.src.rpm

--- fmirror-0.8.4.orig/fmirror.c
+++ fmirror-0.8.4/fmirror.c
@@ -642,7 +646,7 @@
     va_list args;
     va_start(args, format);
     vsprintf(buffer, format, args);
-    l = fprintf(out_file, "%s\n", buffer); 
+    l = fprintf(out_file, "%s\r\n", buffer); 
     fflush(out_file);
     buffer[l - 1] = 0;
     LOG(6, cmd, ("---> %s", buffer));