summaryrefslogtreecommitdiff
path: root/sot
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-27 14:05:26 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-10-27 14:05:26 +0100
commit5472c41350a56963b97b78d0355a74aeec6c46b5 (patch)
tree42e5b58d1387f0ca1337548c6b621430f90cb32f /sot
parent20635ed90b2f684757c480b3cff70547a0e06363 (diff)
Typo, I pressume?
Change-Id: I5ee823c58061e31913c37291d5a854837fb48240
Diffstat (limited to 'sot')
-rw-r--r--sot/source/sdstor/stgio.cxx2
1 files changed, 1 insertions, 1 deletions
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();