gnats-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to gnats/gnats/database.c


From: Yngve Svendsen
Subject: Changes to gnats/gnats/database.c
Date: Mon, 25 Nov 2002 08:58:37 -0500

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);
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]