From 5472c41350a56963b97b78d0355a74aeec6c46b5 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 27 Oct 2015 14:05:26 +0100 Subject: Typo, I pressume? Change-Id: I5ee823c58061e31913c37291d5a854837fb48240 --- sot/source/sdstor/stgio.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sot') diff --git a/sot/source/sdstor/stgio.cxx b/sot/source/sdstor/stgio.cxx index 350d0d612ea8..538a3c2d517a 100644 --- a/sot/source/sdstor/stgio.cxx +++ b/sot/source/sdstor/stgio.cxx @@ -127,7 +127,7 @@ bool StgIo::CommitAll() if( m_aHdr.Store( *this ) ) { m_pStrm->Flush(); - const ErrCode n = pStrm->GetError(); + const ErrCode n = m_pStrm->GetError(); SetError( n ); #ifdef DBG_UTIL if( n==SVSTREAM_OK ) ValidateFATs(); -- cgit