/[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.26 by gray, Fri Jan 31 15:00:06 2003 UTC revision 1.27 by gray, Mon Feb 3 11:32:45 2003 UTC
# Line 209  print_hdr_segment (struct mh_machine *ma Line 209  print_hdr_segment (struct mh_machine *ma
209              {              {
210                put_string (mach, str, p - str);                put_string (mach, str, p - str);
211                put_string (mach, "\n\t", 0);                put_string (mach, "\n\t", 0);
212                mach->ind = 1;                mach->ind = 8;
213                str = p;                str = p;
214              }              }
215            else            else
# Line 1768  builtin_rcpt (struct mh_machine *mach) Line 1768  builtin_rcpt (struct mh_machine *mach)
1768  static void  static void
1769  builtin_concat (struct mh_machine *mach)  builtin_concat (struct mh_machine *mach)
1770  {  {
1771      size_t size = strobj_len (&mach->arg_str);
1772      compress_ws (strobj_ptr (&mach->arg_str), &size);
1773    if (strobj_len (&mach->reg_str) == 0)    if (strobj_len (&mach->reg_str) == 0)
1774      strobj_copy (&mach->reg_str, &mach->arg_str);      strobj_copy (&mach->reg_str, &mach->arg_str);
1775    else    else

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

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