ObjFW  Diff

Differences From Artifact [66ba4d7d8a]:

To Artifact [48c8309787]:


16
17
18
19
20
21
22
23
24
25
26
27
28
29
30

#include "config.h"

#import "OFLinkFailedException.h"
#import "OFString.h"

#import "common.h"
#import "macros.h"

#ifdef OF_HAVE_LINK
@implementation OFLinkFailedException
+ (instancetype)exceptionWithSourcePath: (OFString*)sourcePath
			destinationPath: (OFString*)destinationPath
{
	return [[[self alloc] initWithSourcePath: sourcePath







<







16
17
18
19
20
21
22

23
24
25
26
27
28
29

#include "config.h"

#import "OFLinkFailedException.h"
#import "OFString.h"

#import "common.h"


#ifdef OF_HAVE_LINK
@implementation OFLinkFailedException
+ (instancetype)exceptionWithSourcePath: (OFString*)sourcePath
			destinationPath: (OFString*)destinationPath
{
	return [[[self alloc] initWithSourcePath: sourcePath