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

Diff of /mailutils/mh/mh_format.c

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

revision 1.17 by gray, Wed Dec 11 15:18:17 2002 UTC revision 1.18 by gray, Wed Dec 25 08:02:31 2002 UTC
# Line 351  mh_format (mh_format_t *fmt, message_t m Line 351  mh_format (mh_format_t *fmt, message_t m
351        
352            /* Convert arg_num to arg_str */            /* Convert arg_num to arg_str */
353          case mhop_num_to_str:          case mhop_num_to_str:
354            snprintf (buf, sizeof buf, "%l", mach.arg_num);            snprintf (buf, sizeof buf, "%lu", mach.arg_num);
355            strobj_free (&mach.arg_str);            strobj_free (&mach.arg_str);
356            strobj_create (&mach.arg_str, buf);            strobj_create (&mach.arg_str, buf);
357            break;            break;

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

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