FIX: Bug [0001418] Natural sorting order is unconventional

This commit is contained in:
Alexander Koblov 2017-12-17 11:05:18 +00:00
commit e4bcd1ecfa

View file

@ -988,12 +988,6 @@ begin
if (is_digit1 and is_digit2) then break;
if (is_digit1 and not is_digit2) then
exit(-1);
if (is_digit2 and not is_digit1) then
exit(+1);
string_result:= str_cmp(str1^, str2^);
if (string_result <> 0) then exit(string_result);