OSDN Git Service

書庫化可能な形式かどうかを表すTPI_FORMATINFO::fArchiveを追加。
[tpi/lychee.git] / src / common / handle / TPIHandle.cpp
index 7d18f55..d2184c4 100644 (file)
@@ -104,6 +104,7 @@ bool TPIHandle::GetFormatInformation(TPI_FORMATINFO * _fiInfo, bool _bFirst)
        }\r
 \r
        // Initialization.\r
+       _fiInfo->fArchive           = false;\r
        _fiInfo->fComment           = false;\r
        _fiInfo->fEncryptKeyFile    = false;\r
        _fiInfo->fEncryptPassword   = false;\r
@@ -172,6 +173,7 @@ bool TPIHandle::GetFileInformation(TPI_FILEINFO * _fiInfo, bool _bFirst)
        _fiInfo->llUnpackedSize = 0;\r
        _fiInfo->szStoredName   = wxEmptyString;\r
        _fiInfo->szMethod       = wxEmptyString;\r
+       _fiInfo->szComment      = wxEmptyString;\r
        _fiInfo->wCompressRatio = 0;\r
        _fiInfo->llFileID       = 0;\r
        _fiInfo->pCustomInfo    = NULL;\r