Kaydet (Commit) 42f03b75 authored tarafından Julien Nabet's avatar Julien Nabet

Reduce scope

Change-Id: I6bdff92cee194d79af98227d48c68304ee56593b
üst a5ad4e74
......@@ -417,9 +417,8 @@ SvStream::SvStream( SvLockBytes* pLockBytesP )
ImpInit();
xLockBytes = pLockBytesP;
const SvStream* pStrm;
if( pLockBytesP ) {
pStrm = pLockBytesP->GetStream();
const SvStream* pStrm = pLockBytesP->GetStream();
if( pStrm ) {
SetError( pStrm->GetErrorCode() );
}
......
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