mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Multiple b64 registration in plugins (fixes #1598)
This commit is contained in:
parent
68a12f8e7a
commit
6099cdc228
1 changed files with 1 additions and 1 deletions
|
|
@ -285,7 +285,7 @@ begin
|
|||
else
|
||||
gWCXPlugins.Flags[I]:= 607;
|
||||
|
||||
I:= gWCXPlugins.IndexOfName('base64');
|
||||
I:= gWCXPlugins.IndexOfName('b64');
|
||||
if I < 0 then
|
||||
gWCXPlugins.Add('b64', 1, Folder + 'base64' + PathDelim + 'base64.wcx');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue