mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[CHDFile] Assign the BinaryReader correctly
This commit is contained in:
2
SabreTools.Library/External/CHDFile.cs
vendored
2
SabreTools.Library/External/CHDFile.cs
vendored
@@ -95,7 +95,7 @@ namespace SabreTools.Library.External
|
|||||||
/// <param name="chdstream">Stream representing the CHD file</param>
|
/// <param name="chdstream">Stream representing the CHD file</param>
|
||||||
public CHDFile(Stream chdstream)
|
public CHDFile(Stream chdstream)
|
||||||
{
|
{
|
||||||
BinaryReader br = new BinaryReader(chdstream);
|
m_br = new BinaryReader(chdstream);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user