FIX: Build under linux-arm

(cherry picked from commit e763ccc916)
This commit is contained in:
Alexander Koblov 2021-10-28 20:38:48 +03:00
commit 650576b64d

View file

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