Changes to gnats/gnats/gen-index.c
Milan Zamazal <[email protected]>
| Newsgroups | gmane.comp.bug-tracking.gnats.patches |
|---|---|
| Message-ID | <[email protected]> |
Index: gnats/gnats/gen-index.c
diff -c gnats/gnats/gen-index.c:1.24 gnats/gnats/gen-index.c:1.25
*** gnats/gnats/gen-index.c:1.24 Tue Mar 19 18:06:11 2002
--- gnats/gnats/gen-index.c Wed May 15 13:25:27 2002
***************
*** 1,5 ****
/* Generate an index file for an existing GNATS database.
! Copyright (C) 2001 Milan Zamazal
Copyright (C) 1993, 1995, 1999 Free Software Foundation, Inc.
Contributed by Brendan Kehoe ([email protected]).
Further hacked by Milan Zamazal ([email protected]).
--- 1,5 ----
/* Generate an index file for an existing GNATS database.
! Copyright (C) 2001, 2002 Milan Zamazal
Copyright (C) 1993, 1995, 1999 Free Software Foundation, Inc.
Contributed by Brendan Kehoe ([email protected]).
Further hacked by Milan Zamazal ([email protected]).
***************
*** 87,93 ****
}
if (line != NULL)
{
! if (numeric_sorting == TRUE)
{
if (num_entries >= entryArraySize)
{
--- 87,93 ----
}
if (line != NULL)
{
! if (numeric_sorting)
{
if (num_entries >= entryArraySize)
{