mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Added support for LisaFS v2.
This commit is contained in:
@@ -390,7 +390,7 @@ namespace DiscImageChef.Filesystems.LisaFS
|
||||
|
||||
tags &= debug;
|
||||
|
||||
if(fileId <= 4)
|
||||
if(fileId < 4 || (fileId == 4 && mddf.fsversion != LisaFSv2))
|
||||
return Errno.InvalidArgument;
|
||||
|
||||
if(!tags && fileCache.TryGetValue(fileId, out buf))
|
||||
|
||||
Reference in New Issue
Block a user