ObjFW  Diff

Differences From Artifact [78baed50c0]:

To Artifact [3bf40de159]:


42
43
44
45
46
47
48


49
50
51
52
53
54
55
		if (!of_ascii_isspace(cString[i]))
			return false;

	return true;
}

@implementation OFINIFile


+ (instancetype)fileWithPath: (OFString *)path
{
	return [[[self alloc] initWithPath: path] autorelease];
}

+ (instancetype)fileWithPath: (OFString *)path
		    encoding: (of_string_encoding_t)encoding







>
>







42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
		if (!of_ascii_isspace(cString[i]))
			return false;

	return true;
}

@implementation OFINIFile
@synthesize categories = _categories;

+ (instancetype)fileWithPath: (OFString *)path
{
	return [[[self alloc] initWithPath: path] autorelease];
}

+ (instancetype)fileWithPath: (OFString *)path
		    encoding: (of_string_encoding_t)encoding