Taint: hybrid checking mode
[exim.git] / src / exim_monitor / em_queue.c
index f121527cce3b0a33db4884065e5b536bc6df340f..d4c01a628c70dcd75c5f93e3be95cfc641a863c6 100644 (file)
@@ -222,7 +222,7 @@ if (rc != spool_read_OK)
     struct stat statbuf;
     sprintf(CS big_buffer, "%s/input/%s", spool_directory, buffer);
     if (Ustat(big_buffer, &statbuf) == 0)
-      msg = string_sprintf("*** Format error in spool file: size = %d ***",
+      msg = string_sprintf("*** Format error in spool file: size = " OFF_T_FMT " ***",
         statbuf.st_size);
     else msg = US"*** Format error in spool file ***";
     }