diff options
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -269,7 +269,7 @@ int main(int argc, char *argv[]) if (dbmail_message_get_hdrs_size(msg, FALSE) > READ_BLOCK_SIZE) { TRACE(TRACE_ERROR, "failed to read header because header is too " - "big (larger than READ_BLOCK_SIZE (%llu))", (u64_t) READ_BLOCK_SIZE); + "big (larger than READ_BLOCK_SIZE (%" U64_T_FORMAT "))", (u64_t) READ_BLOCK_SIZE); exitcode = EX_DATAERR; goto freeall; } |