Pārlūkot izejas kodu

* fixed compiler warnings (cause they are annoying -.-)

master
Bergmann89 pirms 10 gadiem
vecāks
revīzija
15a1fb2dc4
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      uvfsManager.pas

+ 1
- 1
uvfsManager.pas Parādīt failu

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


Notiek ielāde…
Atcelt
Saglabāt