1
0
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:
Salvador Díaz Fau 2018-09-26 14:41:56 +02:00
parent 7dfcfe9814
commit f76630c49f

View File

@ -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;