From cf1f8d377549c6cb5ad9475dcd5ec5f48738a8e8 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sun, 4 Oct 2009 15:00:25 +0200 Subject: Consolidate plugin IDs This breaks custom-chosen plugins for saved connections (with automatic fallback to 'auto') --- USearch.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'USearch.pas') diff --git a/USearch.pas b/USearch.pas index 4339f5e..808027d 100644 --- a/USearch.pas +++ b/USearch.pas @@ -592,7 +592,7 @@ begin if b then Break; end; if b then begin - DebugMsg(['Found plugin ''', Plugin.VFSName, ''', trying to open the archive ''', archive, '''']); + DebugMsg(['Found plugin ''', Plugin.ModuleID, ''', trying to open the archive ''', archive, '''']); AEngine := TVFSEngine.Create(Plugin); (AEngine as TVFSEngine).ArchiveMode := True; b := b and ((AEngine as TVFSEngine).VFSOpenEx(archive, nil, nil, nil, nil) = 0); @@ -988,7 +988,7 @@ begin if (not Data^.IsDir) and FSearchArchives and (not (FEngine is TVFSEngine)) then begin Plugin := FindVFSPlugin(FileName); if Plugin <> nil then begin - DebugMsg(['Found plugin ''', Plugin.VFSName, ''', trying to open the archive ''', FileName, '''']); + DebugMsg(['Found plugin ''', Plugin.ModuleID, ''', trying to open the archive ''', FileName, '''']); xEngine := TVFSEngine.Create(Plugin); xEngine.ParentEngine := FEngine; xEngine.ArchiveMode := True; -- cgit v1.2.3