/[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.33 by gray, Tue Mar 25 22:08:46 2003 UTC revision 1.34 by gray, Wed Mar 26 18:54:17 2003 UTC
# Line 1751  builtin_formataddr (struct mh_machine *m Line 1751  builtin_formataddr (struct mh_machine *m
1751          }          }
1752      }      }
1753    list_append (mach->addrlist, addr);    list_append (mach->addrlist, addr);
1754    address_to_string (dest, NULL, 0, &size);    if (address_to_string (dest, NULL, 0, &size) == 0)
1755    strobj_realloc (&mach->reg_str, size + 1);      {
1756    address_to_string (dest, strobj_ptr (&mach->reg_str), size + 1, NULL);        strobj_realloc (&mach->reg_str, size + 1);
1757    address_destroy (&dest);        address_to_string (dest, strobj_ptr (&mach->reg_str), size + 1, NULL);
1758          address_destroy (&dest);
1759        }
1760  }  }
1761    
1762  /*      putaddr    literal        print str address list with  /*      putaddr    literal        print str address list with

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

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