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

Diff of /imapfilter/log.c

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

revision 1.14 by lefcha, Tue Oct 2 07:33:21 2001 UTC revision 1.15 by lefcha, Thu Oct 4 15:49:52 2001 UTC
# Line 64  void error(const char *errmsg,...) Line 64  void error(const char *errmsg,...)
64      if (logfp) {      if (logfp) {
65          vfprintf(logfp, errmsg, args);          vfprintf(logfp, errmsg, args);
66      }      }
   
67      va_end(args);      va_end(args);
68  }  }
69    
# Line 175  void log_info(int flag, void *ptr) Line 174  void log_info(int flag, void *ptr)
174                  (*inf.action == FILTER_ACTION_DELETE ? "delete" :                  (*inf.action == FILTER_ACTION_DELETE ? "delete" :
175                   *inf.action == FILTER_ACTION_COPY ? "copy " :                   *inf.action == FILTER_ACTION_COPY ? "copy " :
176                   *inf.action == FILTER_ACTION_MOVE ? "move " : "list"),                   *inf.action == FILTER_ACTION_MOVE ? "move " : "list"),
177                  (!inf.destmbox ? "" : inf.destmbox));                  (!*inf.destmbox ? "" : inf.destmbox));
178    
179          if (ptr) {          if (ptr) {
180              inf.hdrs = (char *) ptr;              inf.hdrs = (char *) ptr;

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26