Differences From Artifact [51bb44a23b]:
- File src/exceptions/OFCopyFileFailedException.m — part of check-in [813c00ccf0] at 2013-01-09 22:24:47 on branch trunk — Update copyright. (user: js, size: 1959) [annotate] [blame] [check-ins using]
To Artifact [c7d13f40bb]:
- File src/exceptions/OFCopyFileFailedException.m — part of check-in [737a82e1a4] at 2013-02-05 22:24:31 on branch trunk — Move abort() to make old GCCs happy. (user: js, size: 1959) [annotate] [blame] [check-ins using]
︙ | |||
33 34 35 36 37 38 39 | 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 | - + + | destinationPath: destination] autorelease]; } - initWithClass: (Class)class_ { @try { [self doesNotRecognizeSelector: _cmd]; |
︙ |