mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
parent
2d3d31c6fc
commit
650576b64d
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ begin
|
|||
{$IFDEF LINUX}
|
||||
if (fpFStatFS(Handle, @Sbfs) = 0) then
|
||||
begin
|
||||
case Sbfs.fstype of
|
||||
case UInt32(Sbfs.fstype) of
|
||||
SMB_SUPER_MAGIC,
|
||||
SMB2_MAGIC_NUMBER,
|
||||
CIFS_MAGIC_NUMBER: Exit;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue