mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Send error back
This commit is contained in:
parent
264811b3d0
commit
4dc1c566c1
1 changed files with 1 additions and 3 deletions
|
@ -469,9 +469,7 @@ static NSDictionary *makeReference(unsigned ref)
|
|||
{
|
||||
*error = [NSError errorWithDomain: @"NSKeyedArchiver"
|
||||
code: 0
|
||||
userInfo: [NSDictionary dictionaryWithObjectsAndKeys:
|
||||
@"Could not create secure keyed archive",
|
||||
NSLocalizedDescriptionKey, nil]];
|
||||
userInfo: nil];
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue