소스 검색

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

master
Bergmann89 10 년 전
부모
커밋
15a1fb2dc4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      uvfsManager.pas

+ 1
- 1
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;


불러오는 중...
취소
저장