Skip to content
This repository has been archived by the owner on Jan 25, 2019. It is now read-only.

Commit

Permalink
Release 2.6.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
silvioprog committed Jan 31, 2014
1 parent 57f8e01 commit 4ae3c0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/brookutils.pas
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ procedure BrookExtractPathLevels(S: string; var R: string; out ALvl: string;
ALvl := Copy(S, 1, P - 1);
R := IncludeHTTPPathDelimiter(R) + ALvl;
end;

function BrookGetPathLevel(const APath: string; const AIndex: SizeInt;
const ADelimiter: Char): string;
var
Expand Down Expand Up @@ -263,7 +264,7 @@ function BrookMatchMethod(const ABrookMethod: TBrookRequestMethod;
procedure BrookDeleteFiles(APath: string; const ABeforeOf: TDateTime;
const ASkippedFile: TFileName; const AContains: string);

function IsOldFile(const FN: TFileName; const DT: TDateTime): Boolean;
function IsOldFile(const FN: TFileName; const DT: TDateTime): Boolean; inline;
begin
if DT = NullDate then
Result := True
Expand Down

0 comments on commit 4ae3c0b

Please sign in to comment.