ObjFW  Diff

Differences From Artifact [a4955aa6db]:

To Artifact [9dc4884694]:


99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121

	madvise((void*)str, len, MADV_NORMAL);

	return (utf8 ? 1 : 0);
}

@implementation OFMutableString
- init
{
	[super init];

	is_utf8 = NO;

	return self;
}

- initWithCString: (const char*)str
{
	Class c;

	self = [super init];

	if (str != NULL) {







<
<
<
<
<
<
<
<
<







99
100
101
102
103
104
105









106
107
108
109
110
111
112

	madvise((void*)str, len, MADV_NORMAL);

	return (utf8 ? 1 : 0);
}

@implementation OFMutableString









- initWithCString: (const char*)str
{
	Class c;

	self = [super init];

	if (str != NULL) {