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

Diff of /gnats/gnats/edit.c

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

revision 1.55 by pdm, Mon Nov 12 18:23:25 2001 UTC revision 1.56 by pdm, Sun Feb 10 18:24:02 2002 UTC
# Line 548  validateFieldValue (FieldIndex field, co Line 548  validateFieldValue (FieldIndex field, co
548          }          }
549        for (rl = fieldDefForIndex (field)->regex; rl != NULL; rl = rl->next)        for (rl = fieldDefForIndex (field)->regex; rl != NULL; rl = rl->next)
550          {          {
551            if (regcmp (rl->name, rtextToCheck, NULL) == 0)            if (gnats_regcmp (rl->name, rtextToCheck, NULL) == 0)
552              {              {
553                break;                break;
554              }              }

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56

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