Fix hexadecimal printing in report view.

This commit is contained in:
2020-01-03 00:47:09 +00:00
parent f77b23c9d8
commit 0325dd5c88

View File

@@ -214,7 +214,7 @@ DiscImageChef Report for
<text>
<br />
<b>
Information for supported density with primary code @($"{density.PrimaryCode:X2h}") and secondary code @($"{density.SecondaryCode:X2h}")
Information for supported density with primary code @($"{density.PrimaryCode:X2}h") and secondary code @($"{density.SecondaryCode:X2}h")
</b>
<br />
Drive can write this density: @density.Writable<br />
@@ -236,7 +236,7 @@ DiscImageChef Report for
<text>
<br />
<b>
Information for supported media with type code @($"{media.MediumType:X2h}")
Information for supported media with type code @($"{media.MediumType:X2}h")
</b>
<br />
Media is @media.Length m long in a @media.Width mm width tape