From 15a1fb2dc444408eac729cbb1d73f4310dfcfe26 Mon Sep 17 00:00:00 2001 From: Bergmann89 Date: Wed, 27 Apr 2016 21:53:37 +0200 Subject: [PATCH] * fixed compiler warnings (cause they are annoying -.-) --- uvfsManager.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uvfsManager.pas b/uvfsManager.pas index 0a233e8..f769ada 100644 --- a/uvfsManager.pas +++ b/uvfsManager.pas @@ -550,7 +550,7 @@ begin while m>'' do begin if (not (loPath in Options)) or (0=AnsiCompareStr(Path, Copy(m, 1, Length(Path)))) then begin e:= TvfsDirectoryEntry.Create; - e.FileInfo.Attributes:= faDirectory or faSymLink; + e.FileInfo.Attributes:= faDirectory or faSymLink{%H-}; e.FileInfo.ModDate:= 0; e.FileInfo.Size:= 0; e.Source:= Self;