Changes to gnats/gnats/database.c
Yngve Svendsen <[email protected]> Mon, 25 Nov 2002 08:58:37 -0500
| Newsgroups | gmane.comp.bug-tracking.gnats.patches |
|---|---|
| Message-ID | <[email protected]> |
Index: gnats/gnats/database.c
diff -c gnats/gnats/database.c:1.24 gnats/gnats/database.c:1.25
*** gnats/gnats/database.c:1.24 Thu Oct 24 08:45:09 2002
--- gnats/gnats/database.c Mon Nov 25 08:58:33 2002
***************
*** 599,605 ****
while ((line = read_line (f, NULL)) != NULL)
{
! if (line[0] != '#' && line[0] != '\n' && !isspace ((int) line[0]))
{
AdmEntry *nent = build_adm_entry (line, InvalidFieldIndex);
--- 599,605 ----
while ((line = read_line (f, NULL)) != NULL)
{
! if (line[0] != '#' && line[0] != '\n' && !isspace ((int)(unsigned char) line[0]))
{
AdmEntry *nent = build_adm_entry (line, InvalidFieldIndex);