@@ -67,12 +67,12 @@ mode: (OFString *)mode { self = [super init]; @try { - _archive = [[OFZIPArchive alloc] initWithSeekableStream: stream - mode: mode]; + _archive = [[OFZIPArchive alloc] initWithStream: stream + mode: mode]; } @catch (id e) { [self release]; @throw e; }