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

Diff of /gnats/gnats/gnatsd.c

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

revision 1.43 by pdm, Thu Nov 1 22:35:14 2001 UTC revision 1.44 by pdm, Mon Dec 10 21:54:48 2001 UTC
# Line 196  match (const char *line, const char *pat Line 196  match (const char *line, const char *pat
196              }              }
197            else            else
198              {              {
199                if (tolower (*line) != tolower (*pattern))                if (tolower ((int)(*line)) != tolower ((int)(*pattern)))
200                  {                  {
201                    return FALSE;                    return FALSE;
202                  }                  }

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

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