ObjFW  Diff

Differences From Artifact [3a8b86073d]:

To Artifact [bad05b4309]:


14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#include <string.h>

#import "OFMutableArray.h"
#import "OFDataArray.h"
#import "OFExceptions.h"

@implementation OFMutableArray
- (id)copy
{
	OFArray *new = [[OFArray alloc] init];
	OFObject **objs;
	size_t count, i;

	objs = [array cArray];
	count = [array count];







|







14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#include <string.h>

#import "OFMutableArray.h"
#import "OFDataArray.h"
#import "OFExceptions.h"

@implementation OFMutableArray
- copy
{
	OFArray *new = [[OFArray alloc] init];
	OFObject **objs;
	size_t count, i;

	objs = [array cArray];
	count = [array count];