bug-gnucobol
[Top][All Lists]
Advanced

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

Re: [open-cobol-list] Re: Bug in SORT


From: Hans-Martin Rasch
Subject: Re: [open-cobol-list] Re: Bug in SORT
Date: Tue Jun 7 05:44:43 2005
User-agent: KMail/1.6

Hi Roger, 

> I can not reproduce this.
> The sort compare routine was changed to return 1 in case
> of equal keys which :
> a) Solves this problem
I agree.

> b) Sorts duplicates in order
I have problems with this.
Suppose a and b have equal keys, then 
   key_compare( a, b )
gives a > b and
   key_compare( b, a )
gives a < b. How can that work? Do you rely on any BDB internals (e.g. 
argument order) ? 

> This change was in 0.32.
Sorry, I was not up to date.


Hans-Martin Rasch






reply via email to

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