ObjFW  Diff

Differences From Artifact [aaa4670827]:

To Artifact [001a049def]:


54
55
56
57
58
59
60
61
62

63
64
65
66



67
68
69
70
71
72
73
74
54
55
56
57
58
59
60


61




62
63
64

65
66
67
68
69
70
71







-
-
+
-
-
-
-
+
+
+
-







	OF_INVALID_INIT_METHOD
}

- initWithStream: (OFSeekableStream *)stream
	  offset: (of_offset_t)offset
	  whence: (int)whence
{
	self = [super init];

	return [self initWithStream: stream
	_stream = [stream retain];
	_offset = offset;
	_whence = whence;

			     offset: offset
			     whence: whence
			      errNo: 0];
	return self;
}

- initWithStream: (OFSeekableStream *)stream
	  offset: (of_offset_t)offset
	  whence: (int)whence
	   errNo: (int)errNo
{