summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/source/filter/iras/iras.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/filter/iras/iras.cxx b/vcl/source/filter/iras/iras.cxx
index 415e3224d6fb..128255fed025 100644
--- a/vcl/source/filter/iras/iras.cxx
+++ b/vcl/source/filter/iras/iras.cxx
@@ -365,7 +365,7 @@ bool RASReader::ImplReadBody(vcl::bitmap::RawBitmap& rBitmap, std::vector<Color>
sal_uInt8 RASReader::ImplGetByte()
{
- sal_uInt8 nRetVal;
+ sal_uInt8 nRetVal(0);
if ( mnType != RAS_TYPE_BYTE_ENCODED )
{
m_rRAS.ReadUChar( nRetVal );