Prevent some filesystem information to be interpreted as formatting strings in analyze command.

This commit is contained in:
2018-09-12 18:24:27 +01:00
parent 630e1d5490
commit 42fbe85a13

View File

@@ -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);
}
}