mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Merge pull request #622 from SilasLaspada/master
Fix extracting filesystem from images with extended attributes
This commit is contained in:
@@ -420,7 +420,7 @@ namespace Aaru.Commands.Filesystem
|
||||
if(error != Errno.NoError)
|
||||
continue;
|
||||
|
||||
outputPath = Path.Combine(outputDir, fs.XmlFsType.Type, volumeName, path);
|
||||
outputPath = Path.Combine(outputDir, fs.XmlFsType.Type, volumeName, path, ".xattrs", xattr);
|
||||
|
||||
Directory.CreateDirectory(outputPath);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user