1
0

Fixed unitialized member in gZipFile (CID 43673)

This commit is contained in:
jfhumann 2014-04-26 14:23:53 +02:00
parent 26568a852e
commit a1765a2896

View File

@ -11,7 +11,7 @@
cGZipFile::cGZipFile(void) :
m_File(NULL)
m_File(NULL), m_Mode(fmRead)
{
}