@@ -114,10 +114,12 @@ { self = [super init]; @try { _fileName = [fileName copy]; + _type = OF_TAR_ARCHIVE_ENTRY_TYPE_FILE; + _mode = 0644; } @catch (id e) { [self release]; @throw e; }