/[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.8 by gray, Tue Aug 6 01:32:11 2002 UTC revision 1.9 by gray, Sun Aug 25 12:45:29 2002 UTC
# Line 241  mh_format (mh_format_t *fmt, message_t m Line 241  mh_format (mh_format_t *fmt, message_t m
241              strobj_free (&mach.arg_str);              strobj_free (&mach.arg_str);
242              if (value)              if (value)
243                {                {
244                  int len = strlen (value);                  size_t len = strlen (value);
245                  mach.arg_str.size = len + 1;                  mach.arg_str.size = len + 1;
246                  compress_ws (value, &len);                  compress_ws (value, &len);
247                  mach.arg_str.ptr = value;                  mach.arg_str.ptr = value;

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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