diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-07-03 13:01:06 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-07-03 13:01:19 +0100 |
commit | 392d59013afb83906bd5d181beda0ea4facab256 (patch) | |
tree | 2508224c01b01c660dcb3a82a709f2914f38e52e /lotuswordpro | |
parent | 7931b6d3985a1846bf9db4f51d8af9c54538038b (diff) |
bah, bogus
Change-Id: I94619f2a3274c719366ae947771e10ffc39f70fe
Diffstat (limited to 'lotuswordpro')
-rw-r--r-- | lotuswordpro/source/filter/tocread.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/tocread.cxx b/lotuswordpro/source/filter/tocread.cxx index 87b6bee8cee5..b924d93c96d5 100644 --- a/lotuswordpro/source/filter/tocread.cxx +++ b/lotuswordpro/source/filter/tocread.cxx @@ -68,7 +68,7 @@ CBenTOCReader::ReadLabelAndTOC() return Err; unsigned long nLength; - if ((Err = cpContainer->GetSize(nLength)) != BenErr_OK) + if ((Err = cpContainer->GetSize(&nLength)) != BenErr_OK) return Err; if (TOCOffset > nLength) |