mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Prevent some filesystem information to be interpreted as formatting strings in analyze command.
This commit is contained in:
@@ -184,7 +184,7 @@ namespace DiscImageChef.Commands
|
||||
|
||||
DicConsole.WriteLine($"Identified by {plugin.Name}.");
|
||||
plugin.GetInformation(imageFormat, partitions[i], out information, encoding);
|
||||
DicConsole.Write(information);
|
||||
DicConsole.Write("{0}", information);
|
||||
Core.Statistics.AddFilesystem(plugin.XmlFsType.Type);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user