mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Added -isEqual: to NSCalendar.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@31965 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
351e9eb29a
commit
ab8a264326
3 changed files with 15 additions and 1 deletions
|
@ -1160,7 +1160,7 @@ static NSUInteger _defaultBehavior = 0;
|
|||
|
||||
- (BOOL) generatesDecimalNubmers
|
||||
{
|
||||
return _genDecimal;
|
||||
return NO; // FIXME
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue