See ChangeLog entry 2002-01-16 11:10 UTC-0500 David G. Holm <dholm@jsd-llc.com>

This commit is contained in:
David G. Holm
2002-01-16 16:11:02 +00:00
parent 8782db331d
commit 5b4aeab55c
2 changed files with 10 additions and 1 deletions

View File

@@ -7,6 +7,10 @@
For example:
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2002-01-17 21:50 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
* source/rdd/dbfntx/dbfntx1.c
* source/rdd/dbcmd.c
! a bug fixed, related to conditional indexing
2002-01-17 15:32 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
* source/rdd/dbfntx/dbfntx1.c

View File

@@ -62,7 +62,12 @@ static size_t ssElementPos; /* TODO: make this thread safe */
static int siDescend; /* TODO: make this thread safe */
/* qsort function */
static int do_charsort (const void *p1, const void *p2)
#ifdef __IBMCPP__
int extern _LNK_CONV
#else
static int
#endif
do_charsort (const void *p1, const void *p2)
{
char *pc1 = (char *)p1;