K 10 svn:author V 3 jhb K 8 svn:date V 27 2006-03-24T16:47:22.000000Z K 7 svn:log V 483 Fix a bug such that if you enabled sorting by size (-S) and enabled a flag to use a time other than modtime (-c, -u, or -U), the output would actually be sorted by the specified time rather than size. This does alter the behavior in the case where both -S and -t are specified. Now, -S is always preferred. Previously, -t was preferred if one of -c, -u, or -U was specified, and -S was preferred otherwise. Perhaps -S and -t should override each other (last one specified wins). END