summaryrefslogtreecommitdiff
path: root/vfs/UVFSCore.pas
diff options
context:
space:
mode:
Diffstat (limited to 'vfs/UVFSCore.pas')
-rw-r--r--vfs/UVFSCore.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/vfs/UVFSCore.pas b/vfs/UVFSCore.pas
index e884a09..ee2a6ca 100644
--- a/vfs/UVFSCore.pas
+++ b/vfs/UVFSCore.pas
@@ -486,7 +486,7 @@ end;
function TVFSEngine.GetPrefix: string;
begin
if (FGlobs <> nil) and (@FSourcePlugin.FVFSGetPrefix <> nil)
- then Result := URIHidePassword(FSourcePlugin.FVFSGetPrefix(FGlobs))
+ then Result := FSourcePlugin.FVFSGetPrefix(FGlobs)
else Result := 'VFS';
end;