ObjFW  Diff

Differences From Artifact [0481cd7f61]:

To Artifact [f67573ffd6]:


112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
			if (!empty)
				@throw [OFInvalidFormatException exception];

			[(OFSeekableStream *)stream seekToOffset: -1024
							  whence: SEEK_END];
		}

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

	return self;
}







|







112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
			if (!empty)
				@throw [OFInvalidFormatException exception];

			[(OFSeekableStream *)stream seekToOffset: -1024
							  whence: SEEK_END];
		}

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

	return self;
}