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

Diff of /imapfilter/request.c

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

revision 1.42 by lefcha, Sat Feb 22 16:06:41 2003 UTC revision 1.43 by lefcha, Sun Feb 23 00:16:02 2003 UTC
# Line 436  apply_action(char *mesgs, unsigned int * Line 436  apply_action(char *mesgs, unsigned int *
436                  break;                  break;
437          }          }
438    
439          if (*args == NULL)          if (*args == '\0')
440                  log_info(LOG_WRITE, NULL);                  log_info(LOG_WRITE, NULL);
441    
442          return 0;          return 0;
# Line 783  convert_messages(char *mesgs) Line 783  convert_messages(char *mesgs)
783          do {          do {
784                  if (tail != NULL) {                  if (tail != NULL) {
785                          tmp = (unsigned int)strtoul(tail, &tail, 10);                          tmp = (unsigned int)strtoul(tail, &tail, 10);
786                          if (tmp == NULL)                          if (tmp == 0)
787                                  tail = NULL;                                  tail = NULL;
788                  }                  }
789                  if (tmp == end + 1)                  if (tmp == end + 1)
# Line 807  convert_messages(char *mesgs) Line 807  convert_messages(char *mesgs)
807                          }                          }
808                          start = end = tmp;                          start = end = tmp;
809                  }                  }
810          } while (tmp != NULL);          } while (tmp != 0);
811    
812          return cp;          return cp;
813  }  }

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26