Guard against the receipt of empty paths

This commit is contained in:
Ibrahim Sha'ath
2017-08-01 16:08:00 -07:00
parent 2a248f6b55
commit 6781d97343
2 changed files with 17 additions and 0 deletions
+1
View File
@@ -21,6 +21,7 @@ typedef NS_ENUM(NSInteger, SSZipArchiveErrorCode) {
SSZipArchiveErrorCodeFileInfoNotLoadable = -3,
SSZipArchiveErrorCodeFileContentNotReadable = -4,
SSZipArchiveErrorCodeFailedToWriteFile = -5,
SSZipArchiveErrorCodeInvalidArguments = -6,
};
@protocol SSZipArchiveDelegate;