summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lotuswordpro/source/filter/tocread.cxx2
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)