mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
plutil: make it build
This commit is contained in:
parent
8b46d8d042
commit
ce4b65a26d
2 changed files with 4 additions and 22 deletions
|
@ -32,7 +32,7 @@
|
|||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSUserDefaults.h"
|
||||
#import "Foundation/NSValue.h"
|
||||
#import "NSPropertyList+PLutil.h"
|
||||
#import "NSPropertyList+PLUtil.h"
|
||||
|
||||
// From NSPropertyList.m
|
||||
extern void
|
||||
|
@ -325,7 +325,7 @@ dumpToFile(id obj, NSPropertyListFormat fmt, NSString *outfile)
|
|||
format:fmt
|
||||
options:0
|
||||
errorDescription:&errorString];
|
||||
if (anError)
|
||||
if (errorString)
|
||||
{
|
||||
GSPrintf(stderr, @"Dumping %@ as format %@ - %@\n", obj, fmt,
|
||||
errorString);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue