Kaydet (Commit) f42a5752 authored tarafından Caolán McNamara's avatar Caolán McNamara

wrong stream

Change-Id: I4e890ab80ed4ddb24b0fd41dae12264c99fb1477
üst d608a304
......@@ -323,7 +323,7 @@ bool SgfBMapFilter(SvStream& rInp, SvStream& rOut)
nFileStart=rInp.Tell();
ReadSgfHeader( rInp, aHead );
if (!rIStream.good())
if (!rInp.good())
return false;
if (aHead.ChkMagic() && (aHead.Typ==SgfBitImag0 || aHead.Typ==SgfBitImag1 ||
aHead.Typ==SgfBitImag2 || aHead.Typ==SgfBitImgMo))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment