See ChangeLog entry 2002-01-16 11:10 UTC-0500 David G. Holm <dholm@jsd-llc.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user