/[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.57 by pdm, Sun Aug 4 10:58:04 2002 UTC revision 1.58 by andrewg, Thu Oct 24 12:45:09 2002 UTC
# Line 1104  applyChangeAction (ChangeActions action, Line 1104  applyChangeAction (ChangeActions action,
1104    
1105    while (fields != NULL)    while (fields != NULL)
1106      {      {
1107        if (get_field_value (pr, oldPR, fields->ent, NULL, NULL) == NULL)        const char *fldval = get_field_value (pr, oldPR, fields->ent, NULL, NULL);
1108          if (fldval == NULL || *fldval == '\0')
1109          {          {
1110            setError (err, CODE_INVALID_PR_CONTENTS,            setError (err, CODE_INVALID_PR_CONTENTS,
1111                      "Required field %s missing from PR %s.",                      "Required field %s missing from PR %s.",

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58

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