Ensure that length columns can be properly sorted

Authored by wojnilowicz on Jan 31 2020, 5:24 PM.

Description

Ensure that length columns can be properly sorted

This fixes the case where entries sorted by source length look like
this:
1
10
2
instead of like this:
1
2
10

Details

Committed
wojnilowiczJan 31 2020, 5:24 PM
Parents
R456:13d6dc27d819: Remove include duplication
Branches
Unknown
Tags
Unknown