/[anubis]/anubis/testsuite/mta.c
ViewVC logotype

Diff of /anubis/testsuite/mta.c

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

revision 1.7 by gray, Tue Jul 1 15:23:36 2003 UTC revision 1.8 by gray, Sun Jul 20 08:34:52 2003 UTC
# Line 500  smtp_kw (const char *name) Line 500  smtp_kw (const char *name)
500  char *  char *
501  skipws(char *str)  skipws(char *str)
502  {  {
503          while (*str && isspace(*str))          while (*str && isspace(*(u_char*)str))
504                  str++;                  str++;
505          return str;          return str;
506  }  }
# Line 508  skipws(char *str) Line 508  skipws(char *str)
508  char *  char *
509  skipword(char *str)  skipword(char *str)
510  {  {
511          while (*str && !isspace(*str))          while (*str && !isspace(*(u_char*)str))
512                  str++;                  str++;
513          return str;          return str;
514  }  }

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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