mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 17:12:03 +00:00
Fix for bug #38017
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@36007 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
906eb9f060
commit
204cf12d6a
2 changed files with 4 additions and 3 deletions
|
@ -2,6 +2,9 @@
|
||||||
|
|
||||||
* Source/NSLocale.m: ([-_getExemplarCharacterSet]) Fix error in handling
|
* Source/NSLocale.m: ([-_getExemplarCharacterSet]) Fix error in handling
|
||||||
returned range (bug #38118 reported by X Y <macgritsch>
|
returned range (bug #38118 reported by X Y <macgritsch>
|
||||||
|
* Source/NSPropertyList.m: Fix encoding of date objects when using the
|
||||||
|
OpenStep format to simply used the description of the3 date.
|
||||||
|
Fixes bug #38017
|
||||||
|
|
||||||
2013-01-14 Richard Frith-Macdonald <rfm@gnu.org>
|
2013-01-14 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
|
|
|
@ -1978,9 +1978,7 @@ OAppend(id obj, NSDictionary *loc, unsigned lev, unsigned step,
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
obj = [obj descriptionWithCalendarFormat: @"%Y-%m-%d %H:%M:%S %z"
|
PString([obj description], dest);
|
||||||
timeZone: z locale: nil];
|
|
||||||
PString(obj, dest);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if ([obj isKindOfClass: NSArrayClass])
|
else if ([obj isKindOfClass: NSArrayClass])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue