mirror of
https://github.com/tsolomko/SWCompression.git
synced 2026-06-23 14:56:41 +00:00
7z file name can no longer be nil
This commit is contained in:
@@ -11,7 +11,7 @@ class SevenZipFileInfo {
|
||||
var isEmptyStream = false
|
||||
var isEmptyFile = false
|
||||
var isAntiFile = false
|
||||
var name: String?
|
||||
var name: String = ""
|
||||
var cTime: UInt64?
|
||||
var mTime: UInt64?
|
||||
var aTime: UInt64?
|
||||
|
||||
Reference in New Issue
Block a user