summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/utbenvs.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-01-25 20:59:03 +0200
committerTor Lillqvist <tlillqvist@novell.com>2011-01-25 21:05:05 +0200
commit7dd524d18060327372f4f0201b4339fd68333ada (patch)
tree17c6c4926eca32b4cc4f9f18ecdaf595ea6fe4ac /lotuswordpro/source/filter/utbenvs.cxx
parentWaE: gcc 4.6.0 various warnings (diff)
downloadcore-7dd524d18060327372f4f0201b4339fd68333ada.tar.gz
core-7dd524d18060327372f4f0201b4339fd68333ada.zip
ULONG is not unsigned long
Diffstat (limited to 'lotuswordpro/source/filter/utbenvs.cxx')
-rw-r--r--lotuswordpro/source/filter/utbenvs.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/utbenvs.cxx b/lotuswordpro/source/filter/utbenvs.cxx
index 81da609b2264..7cd37efa8058 100644
--- a/lotuswordpro/source/filter/utbenvs.cxx
+++ b/lotuswordpro/source/filter/utbenvs.cxx
@@ -81,7 +81,7 @@ void LtcUtBenValueStream::GetAmountLeft(ULONG * pAmtLeft)
ULONG LtcUtBenValueStream::GetData( void* pData, ULONG nSize )
{
//unsigned long AmtLeft;
- ULONG AmtRead;
+ unsigned long AmtRead;
//GetAmountLeft(&AmtLeft);
//unsigned long AmtShouldRead = UtMin(nSize, AmtLeft);