mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 17:12:03 +00:00
Fix misspelling.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@35288 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
de29619531
commit
be9d4f89fe
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2012-07-12 19:26-EDT Gregory John Casamento <greg.casamento@gmail.com>
|
||||||
|
|
||||||
|
* Source/NSFileManager.m: Correct misspelled ASSIGN which was
|
||||||
|
causing link errors.
|
||||||
|
|
||||||
2012-07-11 Richard Frith-Macdonald <rfm@gnu.org>
|
2012-07-11 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
* Source/Additions/GSMime.m: Don't accept documents where header lines
|
* Source/Additions/GSMime.m: Don't accept documents where header lines
|
||||||
|
|
|
@ -1421,7 +1421,7 @@ static NSStringEncoding defaultEncoding;
|
||||||
[self changeFileAttributes: attrs atPath: destination];
|
[self changeFileAttributes: attrs atPath: destination];
|
||||||
return YES;
|
return YES;
|
||||||
#else
|
#else
|
||||||
ASSIN(_lastError, @"Links not supported on this platform");
|
ASSIGN(_lastError, @"Links not supported on this platform");
|
||||||
return NO;
|
return NO;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue