Closed edawson closed 8 years ago
Segments are currently stored as strings and as such use the default string compare method. This means that 10 would come before 2, for example. I'm not sure if this is wrong or just ugly.
string
10
2
Fixed by 3da11f23da2e74eecba2123818bbf2d41fca379d
Segments are currently stored as strings and as such use the default
string
compare method. This means that10
would come before2
, for example. I'm not sure if this is wrong or just ugly.