mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Bug [0001418] Natural sorting order is unconventional
This commit is contained in:
parent
c762f16f6f
commit
e4bcd1ecfa
1 changed files with 0 additions and 6 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue