mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Added support for LisaFS v1.
This commit is contained in:
@@ -95,7 +95,7 @@ namespace DiscImageChef.Filesystems.LisaFS
|
||||
|
||||
Errno error;
|
||||
|
||||
if(mddf.fsversion == LisaFSv2)
|
||||
if(mddf.fsversion == LisaFSv2 || mddf.fsversion == LisaFSv1)
|
||||
{
|
||||
if(fileId != FILEID_DIRECTORY)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user