Mercurial > hg > xemacs-beta
diff lib-src/fakemail.c @ 4990:8f0cf4fd3d2c
Automatic merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Sat, 06 Feb 2010 04:01:46 -0600 |
parents | 8b63e21b0436 |
children | cd167465bf69 061f4f90f874 |
line wrap: on
line diff
--- a/lib-src/fakemail.c Sat Feb 06 03:59:18 2010 -0600 +++ b/lib-src/fakemail.c Sat Feb 06 04:01:46 2010 -0600 @@ -512,7 +512,7 @@ register int size = 0; do { - char *field; + char *field = NULL; register char *keyword = get_keyword (the_header->text->string, &field); if ((strcmp (keyword, "TO") == 0) || (strcmp (keyword, "CC") == 0) || @@ -535,7 +535,7 @@ register header old = the_header; do { - char *field; + char *field = NULL; register char *keyword = get_keyword (the_header->text->string, &field); if (strcmp (keyword, "TO") == 0) where = add_field (the_header->text->continuation, field, where);