summaryrefslogtreecommitdiff
path: root/USearch.pas
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2008-10-12 12:16:57 +0200
committerTomas Bzatek <tbzatek@users.sourceforge.net>2008-10-12 12:16:57 +0200
commit928e2dc79b46a455ef0c0096ddf40682e07b4a27 (patch)
tree85cf08ae19bdd5ac44261802b2e16972cc38e792 /USearch.pas
parentc29edff595cff9d43a607c15b5af6e2ec101263a (diff)
downloadtuxcmd-0.6.53.tar.xz
Implement VFS question and password callbacksv0.6.53
Diffstat (limited to 'USearch.pas')
-rw-r--r--USearch.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/USearch.pas b/USearch.pas
index d09c330..74c45d8 100644
--- a/USearch.pas
+++ b/USearch.pas
@@ -787,7 +787,7 @@ begin
Processing := False;
Stop := False;
if FileList.Items.Count > 0 then FileList.SetFocus;
- if Engine.ChangeDir(OldDir, False) <> 0 then DebugMsg(['DoSearch: cannot change back to saved directory']);
+ if Engine.ChangeDir(OldDir) <> 0 then DebugMsg(['DoSearch: cannot change back to saved directory']);
// Enable the UI
Table1.Enabled := True;
@@ -873,7 +873,7 @@ begin
CurrentDir := StartDir;
GUIMutex.Release;
- if FEngine.ChangeDir(StartDir, False) <> 0 then Exit;
+ if FEngine.ChangeDir(StartDir) <> 0 then Exit;
LocalList := TList.Create;
if FEngine.GetListing(LocalList, True, StartDir) = 0 then begin