Kaydet (Commit) 5472c413 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Typo, I pressume?

Change-Id: I5ee823c58061e31913c37291d5a854837fb48240
üst 20635ed9
...@@ -127,7 +127,7 @@ bool StgIo::CommitAll() ...@@ -127,7 +127,7 @@ bool StgIo::CommitAll()
if( m_aHdr.Store( *this ) ) if( m_aHdr.Store( *this ) )
{ {
m_pStrm->Flush(); m_pStrm->Flush();
const ErrCode n = pStrm->GetError(); const ErrCode n = m_pStrm->GetError();
SetError( n ); SetError( n );
#ifdef DBG_UTIL #ifdef DBG_UTIL
if( n==SVSTREAM_OK ) ValidateFATs(); if( n==SVSTREAM_OK ) ValidateFATs();
......
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