ObjFW  Diff

Differences From Artifact [f72d5b6aa0]:

To Artifact [cea77e21a1]:


10
11
12
13
14
15
16

17
18
19
20
21
22
23
 */

#include "config.h"

#include <string.h>

#import "OFMutableArray.h"

#import "OFExceptions.h"

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







>







10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
 */

#include "config.h"

#include <string.h>

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

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