Kaydet (Commit) 0f9c938f authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

coverity#984100 Uninitialized scalar field

Change-Id: I6a90bbc1fc2faa379a72dd0a61dd96a829676e2c
üst 2b2c5288
...@@ -32,7 +32,7 @@ class DLLPUBLIC_PACKAGE Inflater ...@@ -32,7 +32,7 @@ class DLLPUBLIC_PACKAGE Inflater
typedef struct z_stream_s z_stream; typedef struct z_stream_s z_stream;
protected: protected:
sal_Bool bFinish, bFinished, bSetParams, bNeedDict; sal_Bool bFinished, bSetParams, bNeedDict;
sal_Int32 nOffset, nLength, nLastInflateError; sal_Int32 nOffset, nLength, nLastInflateError;
z_stream* pStream; z_stream* pStream;
com::sun::star::uno::Sequence < sal_Int8 > sInBuffer; com::sun::star::uno::Sequence < sal_Int8 > sInBuffer;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment