X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/168e428fc4dfcf7f4d377d137743d8332784fa35..b1c749bb7f147e7f9215fe6067c848cf02938b92:/src/src/transports/autoreply.c diff --git a/src/src/transports/autoreply.c b/src/src/transports/autoreply.c index 7c1af1509..e6a29318f 100644 --- a/src/src/transports/autoreply.c +++ b/src/src/transports/autoreply.c @@ -1,4 +1,4 @@ -/* $Cambridge: exim/src/src/transports/autoreply.c,v 1.3 2005/06/07 15:20:56 ph10 Exp $ */ +/* $Cambridge: exim/src/src/transports/autoreply.c,v 1.4 2005/06/16 14:10:14 ph10 Exp $ */ /************************************************* * Exim - an Internet mail transport agent * @@ -643,8 +643,8 @@ if (return_message) { fprintf(f, "\n" "------ This is a copy of the message, including all the headers.\n" -"------ The body of the message is %.30g characters long; only the first\n" -"------ %d or so are included here.\n\n", (double)statbuf.st_size, +"------ The body of the message is " OFF_T_FMT " characters long; only the first\n" +"------ %d or so are included here.\n\n", statbuf.st_size, (max/1000)*1000); } else fprintf(f, "\n"