Explorar el Código

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

master
Bergmann89 hace 8 años
padre
commit
15a1fb2dc4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      uvfsManager.pas

+ 1
- 1
uvfsManager.pas Ver fichero

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


Cargando…
Cancelar
Guardar