mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Separate Lisa tag decoding from Lisa filesystem and added
Priam tags.
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
using System;
|
||||
using DiscImageChef.Console;
|
||||
using DiscImageChef.ImagePlugins;
|
||||
using DiscImageChef.Decoders;
|
||||
|
||||
namespace DiscImageChef.Filesystems.LisaFS
|
||||
{
|
||||
@@ -76,7 +77,7 @@ namespace DiscImageChef.Filesystems.LisaFS
|
||||
// Pointers are relative to MDDF
|
||||
ptr += mddf.mddf_block + volumePrefix;
|
||||
|
||||
Tag extTag;
|
||||
LisaTag.PriamTag extTag;
|
||||
|
||||
// This happens on some disks.
|
||||
// This is a filesystem corruption that makes LisaOS crash on scavenge.
|
||||
|
||||
Reference in New Issue
Block a user