mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 09:02:01 +00:00
Trivial keyed archiving fix
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19036 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2218c46426
commit
3c3f04a5a1
2 changed files with 3 additions and 1 deletions
|
@ -3,6 +3,8 @@
|
||||||
* Source/NSUserDefaults.m: Modified to operate on a read-only
|
* Source/NSUserDefaults.m: Modified to operate on a read-only
|
||||||
filesystem where the defaults database is missing. Application
|
filesystem where the defaults database is missing. Application
|
||||||
defaults and command line settings should still work.
|
defaults and command line settings should still work.
|
||||||
|
* Source/GSDictionary.m: fix for keyed archioving reported by
|
||||||
|
Marc Ordinas i Llopis
|
||||||
|
|
||||||
2004-04-02 Richard Frith-Macdonald <rfm@gnu.org>
|
2004-04-02 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
|
|
|
@ -106,7 +106,7 @@ static SEL objSel;
|
||||||
{
|
{
|
||||||
if ([aCoder allowsKeyedCoding])
|
if ([aCoder allowsKeyedCoding])
|
||||||
{
|
{
|
||||||
self = [super initWithCoder: aCoder];
|
[super encodeWithCoder: aCoder];
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue