Overview
Artifact ID: | 0ec346fe504604fa60d430c7d08f56fb4f882537 |
---|---|
Ticket: | 2566f062106cbfb0d10c6e9a7c0454c5d1b11393
addition to [00bc6a8fb5e8] |
User & Date: | anonymous on 2015-04-13 03:01:07 |
Changes
- foundin changed to: "trunk"
- icomment:
apologies for the two tickets, I can't seem to edit the first one. Patch requires one more hunk: --- client/lib/teapotclient0.1/teapotclient.tcl +++ client/lib/teapotclient0.1/teapotclient.tcl @@ -106,11 +106,11 @@ } } } foreach pkg [array names pkgdata] { - set pkgdata($pkg) [lsort -decreasing -dictionary $pkgdata($pkg)] + set pkgdata($pkg) [lsort -decreasing -command vcompare $pkgdata($pkg)] } array set extDependencies [list] foreach extension $extensions { set extension [file tail $extension]
- login: "anonymous"
- mimetype: "text/x-fossil-plain"
- private_contact changed to: "cb02a4a25e8da92f2790bc307bf01ef24ce6053e"
- severity changed to: "Important"
- status changed to: "Open"
- title changed to: "addition to [00bc6a8fb5e8]"
- type changed to: "Code_Defect"