mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Bug [ 1886005 ] Быстрый поиск - завешивает.
This commit is contained in:
parent
a0d48aba3c
commit
f2bfdca205
2 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
03.02.2008 FIX: Bug [ 1869787 ] Options -> Colors -> File types and attributes
|
||||
04.02.2008 FIX: Bug [ 1886005 ] Быстрый поиск - завешивает.
|
||||
03.02.2008 FIX: Bug [ 1869787 ] Options -> Colors -> File types and attributes
|
||||
03.02.2008 ADD: Feature Request [1880515] Enhanced quick search
|
||||
03.02.2008 FIX: Bug [ 1870552 ] Alt quick search
|
||||
30.01.2008 FIX: Bug [ 1870808 ] Execute files under Linux
|
||||
|
|
|
|||
|
|
@ -388,6 +388,7 @@ begin
|
|||
begin
|
||||
I := 1;
|
||||
iEnd := iPos;
|
||||
iPos := 1;
|
||||
end;
|
||||
end; // while
|
||||
fNext := False;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue