removed useless things
merged changes for xash csdm into master
This commit is contained in:
parent
579971c5ff
commit
4b8c18001d
11 changed files with 102 additions and 334 deletions
|
|
@ -151,6 +151,11 @@ public:
|
|||
|
||||
m_matchPosition = 0;
|
||||
m_matchLength = 0;
|
||||
|
||||
memset (m_textBuffer, 0, sizeof (m_textBuffer));
|
||||
memset (m_right, 0, sizeof (m_right));
|
||||
memset (m_left, 0, sizeof (m_right));
|
||||
memset (m_parent, 0, sizeof (m_parent));
|
||||
}
|
||||
|
||||
~Compressor (void)
|
||||
|
|
@ -160,6 +165,11 @@ public:
|
|||
|
||||
m_matchPosition = 0;
|
||||
m_matchLength = 0;
|
||||
|
||||
memset (m_textBuffer, 0, sizeof (m_textBuffer));
|
||||
memset (m_right, 0, sizeof (m_right));
|
||||
memset (m_left, 0, sizeof (m_left));
|
||||
memset (m_parent, 0, sizeof (m_parent));
|
||||
}
|
||||
|
||||
int InternalEncode (const char *fileName, byte *header, int headerSize, byte *buffer, int bufferSize)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue