Fixed unitialized member in gZipFile (CID 43673)
This commit is contained in:
parent
26568a852e
commit
a1765a2896
@ -11,7 +11,7 @@
|
||||
|
||||
|
||||
cGZipFile::cGZipFile(void) :
|
||||
m_File(NULL)
|
||||
m_File(NULL), m_Mode(fmRead)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user