summaryrefslogtreecommitdiff
path: root/rsc/source/parser/rscpar.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/source/parser/rscpar.cxx')
-rw-r--r--rsc/source/parser/rscpar.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsc/source/parser/rscpar.cxx b/rsc/source/parser/rscpar.cxx
index 23ce975d7168..d81d3aae9c57 100644
--- a/rsc/source/parser/rscpar.cxx
+++ b/rsc/source/parser/rscpar.cxx
@@ -45,7 +45,7 @@ RscFileInst::RscFileInst( RscTypCont * pTC, sal_uLong lIndexSrc,
fInputFile = fFile;
// state: pointer at the end of the input buffer
- nInputPos = nInputEndPos = nInputBufLen = READBUFFER_MAX;
+ nInputPos = nInputEndPos = READBUFFER_MAX;
pInput = static_cast<char *>(rtl_allocateMemory( nInputBufLen ));
}
s='decoration'>Stephan Bergmann 2020-02-04tdf#117331 Merge jurt and unoil into ridlSamuel Mehrbrodt