mhonarc-dev

[bug #42323] Author Sort Secondary Sort is Wrong

2014-05-08 23:21:13
URL:
  <http://savannah.nongnu.org/bugs/?42323>

                 Summary: Author Sort Secondary Sort is Wrong
                 Project: MHonArc
            Submitted by: swagstaff
            Submitted on: Fri 09 May 2014 04:20:59 AM GMT
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Behavior
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
        Operating System: MacOS
            Perl Version: 5.12.4
       Component Version: 2.6.19
           Fixed Release: 

    _______________________________________________________

Details:

When sorting by author (<AUTHSORT>), the secondary sort key (date) is
incorrect (random dates).

Fix (a patchfile seems overkill):

mhutil.pl line 278

Change

($Time{$a} <=> $Time{$a})

to

($Time{$a} <=> $Time{$b})






    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?42323>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/

---------------------------------------------------------------------
To sign-off this list, send email to majordomo(_at_)mhonarc(_dot_)org with the
message text UNSUBSCRIBE MHONARC-DEV

<Prev in Thread] Current Thread [Next in Thread>
  • [bug #42323] Author Sort Secondary Sort is Wrong, Simon Wagstaff <=