mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +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
654c8497ff
commit
59d4be1265
19 changed files with 60 additions and 31 deletions
|
@ -1192,7 +1192,7 @@ otherTime(NSDate* other)
|
|||
* Returns a string representation of the receiver formatted according
|
||||
* to the default format string and time zone, but using the given locale.
|
||||
*/
|
||||
- (NSString *) descriptionWithLocale: (NSDictionary *)locale
|
||||
- (NSString *) descriptionWithLocale: (id)locale
|
||||
{
|
||||
// Easiest to just have NSCalendarDate do the work for us
|
||||
NSString *s;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue