You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
387 B

--- fmirror.c 2000-03-09 08:52:52.000000000 +0200
+++ fmirror.c.new 2005-03-16 20:07:14.767419627 +0200
@@ -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));