/[imapfilter]/imapfilter/memory.c
ViewVC logotype

Diff of /imapfilter/memory.c

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

revision 1.21 by lefcha, Fri Feb 13 23:44:50 2004 UTC revision 1.22 by lefcha, Sat Feb 14 19:14:43 2004 UTC
# Line 89  xstrdup(const char *s) Line 89  xstrdup(const char *s)
89          cp = strdup(s);          cp = strdup(s);
90    
91          if (cp == NULL)          if (cp == NULL)
92                  fatal(ERROR_MEMALLOC, "allocating memory; %s\n", strerror(errno));                  fatal(ERROR_MEMALLOC, "allocating memory; %s\n",
93                        strerror(errno));
94    
95          return cp;          return cp;
96  }  }

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26