/[gnats]/gnats/gnats/mail.c
ViewVC logotype

Diff of /gnats/gnats/mail.c

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

revision 1.18 by pdm, Sun Sep 1 12:16:09 2002 UTC revision 1.19 by yngves, Tue Sep 24 19:30:47 2002 UTC
# Line 188  getOneAddress (const char **addrPtr) Line 188  getOneAddress (const char **addrPtr)
188      }      }
189    
190    /* skip over leading white space */    /* skip over leading white space */
191    while (*addr && isspace(*addr))    while (*addr && isspace((int)*addr))
192      {      {
193        addr++;        addr++;
194      }      }
# Line 226  getOneAddress (const char **addrPtr) Line 226  getOneAddress (const char **addrPtr)
226    addrEnd = addr;    addrEnd = addr;
227    
228    /* ignore any ending white space */    /* ignore any ending white space */
229    while (addr >= addrStart && isspace(*(addr-sizeof(*addr))))    while (addr >= addrStart && isspace((int)*(addr-sizeof(*addr))))
230      {      {
231        addr--;        addr--;
232      }      }

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

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