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

Diff of /mailutils/mailbox/parse822.c

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

revision 1.16 by alainm, Mon Oct 15 00:56:10 2001 UTC revision 1.17 by gray, Mon Jan 21 14:51:10 2002 UTC
# Line 132  static int str_append_n(char** to, const Line 132  static int str_append_n(char** to, const
132  }  }
133  static int str_append(char** to, const char* from)  static int str_append(char** to, const char* from)
134  {  {
135      return str_append_n(to, from, strlen(from));    if (!from)
136        return 0;
137      return str_append_n(to, from, strlen(from));
138  }  }
139  static int str_append_char(char** to, char c)  static int str_append_char(char** to, char c)
140  {  {

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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