Explorar el Código

Tracing (hidden C: drive)

Source commit: 89e9f4995a20f7f7d01bf6e3c7140c86a9763ada
Martin Prikryl hace 9 años
padre
commit
3bced92f53
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      source/packages/filemng/DirView.pas

+ 2 - 0
source/packages/filemng/DirView.pas

@@ -752,7 +752,9 @@ begin
   begin
     Result := UserDocumentDirectory;
     if IsUNCPath(Result) then
+    begin
       Result := AnyValidPath;
+    end;
   end;
 end; { GetHomeDirectory }