Sorting I noticed a small bug in Shareaza's sorting algorithm. I belive that this is a result of sorting numbes as if they were strings. As a programmer I understand that the '/' character in the middle of some columns or parenthesis in others prevents them from being sorted normally as numbers. Still it does get annoying to find '9' farther up the list than '243'. |