/[gnats]/gnats/gnats/file-pr.c
ViewVC logotype

Diff of /gnats/gnats/file-pr.c

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

revision 1.48 by andrewg, Thu Oct 24 12:45:09 2002 UTC revision 1.49 by yngves, Mon Oct 28 22:57:50 2002 UTC
# Line 446  missing_required_fields (const DatabaseI Line 446  missing_required_fields (const DatabaseI
446    while (fields != NULL)    while (fields != NULL)
447      {      {
448        const char *fldval = get_field_value (pr, NULL, fields->ent, NULL, NULL);        const char *fldval = get_field_value (pr, NULL, fields->ent, NULL, NULL);
449        if (fldval == NULL || *fldval == '\0')        if (value_is_empty (fldval))
450          {          {
451            setError (err, CODE_INVALID_PR_CONTENTS,            setError (err, CODE_INVALID_PR_CONTENTS,
452                      "Required field %s missing from new PR - cannot submit.",                      "Required field %s missing from new PR - cannot submit.",

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49

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