Sophie

Sophie

distrib > Mandriva > current > x86_64 > by-pkgid > 1e3616bbd316cee61e35a70d8eebf92c > files > 3

fmirror-0.8.4-13mdv2010.1.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));