mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 08:49:15 -04:00
11 lines
365 B
Text
11 lines
365 B
Text
--- fmirror.c.old Fri Apr 11 21:37:09 2003
|
|
+++ fmirror.c Fri Apr 11 21:39:33 2003
|
|
@@ -642,7 +642,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));
|