mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-05-13 21:46:53 +02:00
Removed the Offset parameter in TCefApplication.RenameAndDeleteDir
This commit is contained in:
parent
7dfcfe9814
commit
f76630c49f
@ -1100,7 +1100,7 @@ begin
|
||||
|
||||
TempOldDir := ExcludeTrailingPathDelimiter(aDirectory);
|
||||
|
||||
if (Pos(PathDelim, TempOldDir {$IFNDEF FPC}, 1{$ENDIF}) > 0) and
|
||||
if (Pos(PathDelim, TempOldDir) > 0) and
|
||||
(length(ExtractFileName(TempOldDir)) > 0) then
|
||||
begin
|
||||
i := 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user