mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
OSX compat tweaks
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32323 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e3a0b4cab8
commit
c0674078c9
19 changed files with 60 additions and 31 deletions
|
@ -5287,7 +5287,7 @@ appendString(NSMutableData *m, NSUInteger offset, NSUInteger fold,
|
|||
{
|
||||
return NO;
|
||||
}
|
||||
if (NO == [[self content] isEqual: [other content]])
|
||||
if (NO == [[self content] isEqual: [(GSMimeDocument*)other content]])
|
||||
{
|
||||
return NO;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue