/[mailutils]/mailutils/mh/mh_global.c
ViewVC logotype

Diff of /mailutils/mh/mh_global.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by gray, Sat Sep 21 19:11:29 2002 UTC revision 1.2 by gray, Wed Dec 11 15:18:07 2002 UTC
# Line 146  void Line 146  void
146  mh_global_save_state ()  mh_global_save_state ()
147  {  {
148    char buf[64];    char buf[64];
149    snprintf (buf, sizeof buf, "%d", current_message);    snprintf (buf, sizeof buf, "%lu", (unsigned long) current_message);
150    mh_context_set_value (sequences, "cur", buf);    mh_context_set_value (sequences, "cur", buf);
151    mh_context_write (sequences);    mh_context_write (sequences);
152    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26