summaryrefslogtreecommitdiff
path: root/mh
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-12-25 08:02:31 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-12-25 08:02:31 +0000
commitea1d0ac9eb61319287c86cce64f506902037e4b9 (patch)
treed1d4dab1e1d8ba7a03a7312a75d294e4f0093529 /mh
parentcf2ca8cae29dc68eebb491583945d363b54e5a34 (diff)
downloadmailutils-ea1d0ac9eb61319287c86cce64f506902037e4b9.tar.gz
mailutils-ea1d0ac9eb61319287c86cce64f506902037e4b9.tar.bz2
(mh_format): Fixed format spec.
Diffstat (limited to 'mh')
-rw-r--r--mh/mh_format.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mh/mh_format.c b/mh/mh_format.c
index 21b885c95..1f0258fe6 100644
--- a/mh/mh_format.c
+++ b/mh/mh_format.c
@@ -351,7 +351,7 @@ mh_format (mh_format_t *fmt, message_t msg, size_t msgno,
/* Convert arg_num to arg_str */
case mhop_num_to_str:
- snprintf (buf, sizeof buf, "%l", mach.arg_num);
+ snprintf (buf, sizeof buf, "%lu", mach.arg_num);
strobj_free (&mach.arg_str);
strobj_create (&mach.arg_str, buf);
break;

Return to:

Send suggestions and report system problems to the System administrator.