commit | 77a04d738b4aff9097b590f96c36665fa2faec88 | [log] [tgz] |
---|---|---|
author | Nico Huber <nico.h@gmx.de> | Wed Dec 13 23:11:40 2023 +0100 |
committer | Nico Huber <nico.h@gmx.de> | Thu Dec 14 00:08:59 2023 +0100 |
tree | 03c29ec31ab724d21dbdc75e5bd285c97e72b7f9 | |
parent | cd1d5f723e96cc425bd0ce5fb382c1bd092cb54d [diff] |
ext2: Make Feature_64Bit more strict
diff --git a/src/filo-fs-ext2.adb b/src/filo-fs-ext2.adb index 21cfe0c..93fff8a 100644 --- a/src/filo-fs-ext2.adb +++ b/src/filo-fs-ext2.adb
@@ -120,6 +120,7 @@ return; end if; end; + State.Feature_64Bit := State.Feature_64Bit and State.Desc_Size >= 64; else State.Desc_Size := Desc_Size'First; end if;