/[mailutils]/mailutils/mailbox/address.c
ViewVC logotype

Diff of /mailutils/mailbox/address.c

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

revision 1.23 by gobry, Mon Nov 25 08:49:59 2002 UTC revision 1.24 by gray, Tue Dec 10 15:02:21 2002 UTC
# Line 330  address_format_string (address_t addr, c Line 330  address_format_string (address_t addr, c
330  int  int
331  address_aget_personal (address_t addr, size_t no, char **buf)  address_aget_personal (address_t addr, size_t no, char **buf)
332  {  {
333    int status;    int status = 0;
334    address_t subaddr;    address_t subaddr;
335        
336    if (addr == NULL)    if (addr == NULL)
# Line 354  address_aget_personal (address_t addr, s Line 354  address_aget_personal (address_t addr, s
354  int  int
355  address_aget_comments (address_t addr, size_t no, char **buf)  address_aget_comments (address_t addr, size_t no, char **buf)
356  {  {
357    int status;    int status = 0;
358    address_t subaddr;    address_t subaddr;
359        
360    if (addr == NULL)    if (addr == NULL)

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

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