ObjFW  Diff

Differences From Artifact [de067758a4]:

To Artifact [1e418bf0dc]:


131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
			 * Only works with properly zero-terminated files that
			 * have no trailing garbage. Unfortunately there is no
			 * good way to check for this other than reading the
			 * entire archive.
			 */
			[(OFSeekableStream *)_stream seekToOffset: -1
							   whence: OFSeekEnd];

		_encoding = OFStringEncodingISO8859_1;
	} @catch (id e) {
		[self release];
		@throw e;
	}

	return self;
}







<
<







131
132
133
134
135
136
137


138
139
140
141
142
143
144
			 * Only works with properly zero-terminated files that
			 * have no trailing garbage. Unfortunately there is no
			 * good way to check for this other than reading the
			 * entire archive.
			 */
			[(OFSeekableStream *)_stream seekToOffset: -1
							   whence: OFSeekEnd];


	} @catch (id e) {
		[self release];
		@throw e;
	}

	return self;
}