summaryrefslogtreecommitdiff
path: root/mh/mh_global.c
diff options
context:
space:
mode:
Diffstat (limited to 'mh/mh_global.c')
-rw-r--r--mh/mh_global.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mh/mh_global.c b/mh/mh_global.c
index f9f79c653..6b8227725 100644
--- a/mh/mh_global.c
+++ b/mh/mh_global.c
@@ -146,7 +146,7 @@ void
mh_global_save_state ()
{
char buf[64];
- snprintf (buf, sizeof buf, "%d", current_message);
+ snprintf (buf, sizeof buf, "%lu", (unsigned long) current_message);
mh_context_set_value (sequences, "cur", buf);
mh_context_write (sequences);

Return to:

Send suggestions and report system problems to the System administrator.